Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.16.x commit in: man/
Date: Wed, 03 Jun 2015 16:19:00
Message-Id: 1433348199.6ad9b134e6c9da009842f61bdaf129a1716274ba.williamh@OpenRC
1 commit: 6ad9b134e6c9da009842f61bdaf129a1716274ba
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 Jun 3 16:16:39 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6ad9b134
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).