5a9f478466
qubesd service is critical for Qubes usage, so even in case of critical error crashing the whole service, make sure it is restarted. Set delay to 1s (default 100ms), to allow other services to restart too, if crash was caused by some other service (like libvirtd crash). QubesOS/qubes-issues#2960
14 lines
194 B
Desktop File
14 lines
194 B
Desktop File
[Unit]
|
|
Description=Qubes OS daemon
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/qubesd
|
|
StandardOutput=syslog
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=1s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|