880c190587
Kill only main qubesd process, not all the control group (which include all qrexec-daemon and qubesdb-daemon processes).
12 lines
161 B
Desktop File
12 lines
161 B
Desktop File
[Unit]
|
|
Description=Qubes OS daemon
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/qubesd
|
|
StandardOutput=syslog
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|