From 74295e051c7de073653995a404f326b971c8ef8f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 8 Nov 2023 15:48:53 -0500 Subject: [PATCH] zincati.service: periodically restart zincati daemon We've seen some issues in the past where a simple restart of the zincati daemon would have allowed systems to continue updating. Let's periodically restart the zincati daemon to handle cases like this in the future, which we can't always foresee. The most recent example being: https://github.com/coreos/fedora-coreos-tracker/issues/1608 --- dist/systemd/system/zincati.service | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/systemd/system/zincati.service b/dist/systemd/system/zincati.service index 1837a092..ad7a2eb0 100644 --- a/dist/systemd/system/zincati.service +++ b/dist/systemd/system/zincati.service @@ -22,6 +22,7 @@ Type=notify ExecStart=/usr/libexec/zincati agent ${ZINCATI_VERBOSITY} Restart=on-failure RestartSec=10s +RuntimeMaxSec=3w [Install] WantedBy=multi-user.target