mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 06:46:11 -04:00
replaced all github flavored code blocks with fenced kramdown code blocks
This commit is contained in:
parent
df467baf1c
commit
39ef7373fd
58 changed files with 609 additions and 609 deletions
|
@ -12,11 +12,11 @@ Under the hood enabled service in VM is signaled by file in /var/run/qubes-servi
|
|||
1. Disable old service: `systemctl disable <service name>`
|
||||
2. Create `/etc/systemd/system/<service name>.service` file containing:
|
||||
|
||||
```
|
||||
~~~
|
||||
.include /lib/systemd/system/<service name>.service
|
||||
[Unit]
|
||||
ConditionPathExists=/var/run/qubes-service/<service name>
|
||||
```
|
||||
~~~
|
||||
|
||||
3. Enable new service: `systemctl enable <service name>`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue