HomeFreeBSD

Add an option to daemon(8) to specify a delay between restarts of a

Description

Add an option to daemon(8) to specify a delay between restarts of a
supervised program. The existing -r option has a hard-coded delay of one
second. This change adds a -R option which takes a delay in seconds. This
can be used to prevent log spam and rapid restarts, similar to init(8)'s
behavior of adding a delay between rapid restarts when it's supervising a
program.

Details

Provenance
ianAuthored on
Parents
rS332517: MFC r330764
Branches
Unknown
Tags
Unknown