Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update systemd unit example with restart settings #122

Open
maxfischer2781 opened this issue Mar 23, 2023 · 0 comments
Open

Update systemd unit example with restart settings #122

maxfischer2781 opened this issue Mar 23, 2023 · 0 comments
Labels
documentation Documentation shortcomings, gaps and errors

Comments

@maxfischer2781
Copy link
Member

In practice the COBalD unit must handle spurious failures gracefully. The unit file example should be updated with recommended settings for restarting.

For example, in production we now use the following:

[Unit]
StartLimitBurst=6
StartLimitIntervalSec=1h

[Service]
Restart=on-failure
RestartSec=300s
@maxfischer2781 maxfischer2781 added the documentation Documentation shortcomings, gaps and errors label Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation shortcomings, gaps and errors
Projects
None yet
Development

No branches or pull requests

1 participant