From 9b362a6d7db9d4fc1e3fbe3170ada3adab74f292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 16 Jul 2016 15:30:40 +0200 Subject: [PATCH] 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 --- vm-systemd/qubes-update-check.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-systemd/qubes-update-check.service b/vm-systemd/qubes-update-check.service index afdb29e..287e4e5 100644 --- a/vm-systemd/qubes-update-check.service +++ b/vm-systemd/qubes-update-check.service @@ -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