core-admin/linux/systemd/qubesd.service
Marek Marczykowski-Górecki 5a9f478466
Automatically restart qubesd when it crashes
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
2017-08-12 15:51:28 +02:00

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