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
This commit is contained in:
Marek Marczykowski-Górecki 2016-07-16 15:30:40 +02:00
parent 10cadc58a0
commit 9b362a6d7d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -5,4 +5,4 @@ After=qubes-qrexec-agent.service
[Service]
Type=oneshot
ExecStart=/usr/lib/qubes/upgrades-status-notify
ExecStart=-/usr/lib/qubes/upgrades-status-notify