man: Document the stopsig variable

This variable can be used to set the signal to send if the service is
using start-stop-daemon.

This fixes #56
This commit is contained in:
Mike Gilbert 2015-05-18 21:23:11 -04:00 committed by William Hubbs
parent bbabf546f9
commit bcb9c44e73

View File

@ -141,6 +141,8 @@ will chroot into this path before writing the pid file or starting the daemon.
Pidfile to use for the above defined command.
.It Ar name
Display name used for the above defined command.
.It Ar stopsig
Signal to send when stopping the daemon.
.It Ar retry
Retry schedule to use when stopping the daemon. It can either be a
timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5).