Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: man/
Date: Wed, 27 May 2015 19:15:43
Message-Id: 1432753785.bcb9c44e73ccf332c7c961a6f82520699c6e776d.williamh@OpenRC
1 commit: bcb9c44e73ccf332c7c961a6f82520699c6e776d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 19 01:23:11 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 19:09:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bcb9c44e
7
8 man: Document the stopsig variable
9
10 This variable can be used to set the signal to send if the service is
11 using start-stop-daemon.
12
13 This fixes #56
14
15 man/openrc-run.8 | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/man/openrc-run.8 b/man/openrc-run.8
19 index f08ad79..4637fd0 100644
20 --- a/man/openrc-run.8
21 +++ b/man/openrc-run.8
22 @@ -141,6 +141,8 @@ will chroot into this path before writing the pid file or starting the daemon.
23 Pidfile to use for the above defined command.
24 .It Ar name
25 Display name used for the above defined command.
26 +.It Ar stopsig
27 +Signal to send when stopping the daemon.
28 .It Ar retry
29 Retry schedule to use when stopping the daemon. It can either be a
30 timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5).