systemd: prevent killing VM-daemons on service restart/stop
Kill only main qubesd process, not all the control group (which include all qrexec-daemon and qubesdb-daemon processes).
This commit is contained in:
parent
0ef010cc70
commit
880c190587
@ -5,6 +5,7 @@ Description=Qubes OS daemon
|
|||||||
Type=notify
|
Type=notify
|
||||||
ExecStart=/usr/bin/qubesd
|
ExecStart=/usr/bin/qubesd
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
KillMode=process
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user