freebsd-dev/usr.sbin/daemon
Ian Lepore 37820b8746 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.
2018-04-15 21:46:08 +00:00
..
daemon.8 Add an option to daemon(8) to specify a delay between restarts of a 2018-04-15 21:46:08 +00:00
daemon.c Add an option to daemon(8) to specify a delay between restarts of a 2018-04-15 21:46:08 +00:00
Makefile Convert usr.sbin to LIBADD 2014-11-25 16:57:27 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00