commit: fa3c60c0d8fd2267be5c1b156530b136a2503088 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Mon Mar 12 23:15:06 2018 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Mar 12 23:15:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fa3c60c0
man: document default retry sppecification for start-stop-daemon man/start-stop-daemon.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 1506a1a5..706a12ed 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -151,6 +151,7 @@ These options are only used for stopping daemons: .It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout The retry specification can be either a timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5). +If this option is not given, the default is SIGTERM/5. .El .Sh ENVIRONMENT .Va SSD_IONICELEVEL
