core-agent-linux/vm-systemd/qubes-update-check.service
Marek Marczykowski-Górecki 9b362a6d7d
systemd: don't mark updates check service failed
Even if update check fails for some reason (network problem, apt-get lock
being held etc), don't mark the service as failed. The update check
mechanism is designed this way to not worry about such single failures
- other VM(s) may still check and report updates availability.

Fixes QubesOS/qubes-issues#1889
2016-07-16 15:30:40 +02:00

9 lines
230 B
Desktop File

[Unit]
Description=Qubes check for VM updates and notify dom0
ConditionPathExists=/var/run/qubes-service/qubes-update-check
After=qubes-qrexec-agent.service
[Service]
Type=oneshot
ExecStart=-/usr/lib/qubes/upgrades-status-notify