Browse Source

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).
Marek Marczykowski-Górecki 7 years ago
parent
commit
880c190587
1 changed files with 1 additions and 0 deletions
  1. 1 0
      linux/systemd/qubesd.service

+ 1 - 0
linux/systemd/qubesd.service

@@ -5,6 +5,7 @@ Description=Qubes OS daemon
 Type=notify
 ExecStart=/usr/bin/qubesd
 StandardOutput=syslog
+KillMode=process
 
 [Install]
 WantedBy=multi-user.target