aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-03-12 18:22:05 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-03-12 18:22:40 -0500
commit122768d339175c925a1a228792f4725b7c802f46 (patch)
tree3ebf2c578ad4b6dac9586969afa202365a4a7296 /man
parentfa3c60c0d8fd2267be5c1b156530b136a2503088 (diff)
man: document default retry specification for supervise-daemon
Diffstat (limited to 'man')
-rw-r--r--man/supervise-daemon.81
1 files changed, 1 insertions, 0 deletions
diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8
index 0d34a249..af06ee31 100644
--- a/man/supervise-daemon.8
+++ b/man/supervise-daemon.8
@@ -120,6 +120,7 @@ description of --respawn-max for more information.
.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.
.It Fl r , -chroot Ar path
chroot to this directory before starting the daemon. All other paths, such
as the path to the daemon, chdir and pidfile, should be relative to the chroot.