diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-05-18 21:23:11 -0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-27 14:09:45 -0500 |
commit | bcb9c44e73ccf332c7c961a6f82520699c6e776d (patch) | |
tree | a9607bb8d112b3410771a110fe067d71a17113b4 | |
parent | bbabf546f9d72cbfc48bd839a6d01b402ee6cced (diff) |
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
-rw-r--r-- | man/openrc-run.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index f08ad791..4637fd03 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -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). |