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
|
||||
ExecStart=/usr/bin/qubesd
|
||||
StandardOutput=syslog
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user