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:
parent
10cadc58a0
commit
9b362a6d7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user