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:
Marek Marczykowski-Górecki 2017-05-18 11:11:18 +02:00
parent 0ef010cc70
commit 880c190587
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

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