Skip to content

Commit

Permalink
zincati.service: periodically restart zincati daemon
Browse files Browse the repository at this point in the history
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: coreos/fedora-coreos-tracker#1608
  • Loading branch information
dustymabe committed Nov 8, 2023
1 parent 304bbb9 commit 74295e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/systemd/system/zincati.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 74295e0

Please sign in to comment.