Skip to content

Update systemd unit example with restart settings #122

@maxfischer2781

Description

@maxfischer2781

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationDocumentation shortcomings, gaps and errors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions