diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-03-12 18:15:06 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-03-12 18:15:06 -0500 |
commit | fa3c60c0d8fd2267be5c1b156530b136a2503088 (patch) | |
tree | 6fafc2299f0411908fe2cb746b953fb0287f2952 /man | |
parent | 61905bfcf560219939c902dbb8fe9bc5088a42cf (diff) |
man: document default retry sppecification for start-stop-daemon
Diffstat (limited to 'man')
-rw-r--r-- | man/start-stop-daemon.8 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |