K 10 svn:author V 3 ian K 8 svn:date V 27 2018-04-15T21:46:08.399425Z K 7 svn:log V 374 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. END