diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-20 16:51:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-20 16:51:26 +0000 |
commit | f693b51230fffab5b60b71309b06f795058a368e (patch) | |
tree | cc03c2151c774a92c300c0f599de51ebe58447c4 | |
parent | 8786be7dfc1b61963b9935e4f34fde5dc8c65dfa (diff) | |
download | s6-rc-f693b51230fffab5b60b71309b06f795058a368e.tar.xz |
Document max-death-tally and down-signal support by s6-rc-compile
Signed-off-by: Brett Neumeier
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/s6-rc-compile.html | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,7 @@ Main author: Contributors: Eric Le Bihan <eric.le.bihan.dev@free.fr> + Brett Neumeier <bneumeier@gmail.com> Thanks to: Avery Payne <avery.p.payne@gmail.com> diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index 000ea3b..57a6b95 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -275,8 +275,9 @@ about pipelines. </li> <ul> <li> A mandatory regular file named <tt>run</tt>, as well as optional files named <tt>finish</tt>, <tt>notification-fd</tt>, <tt>timeout-kill</tt>, -<tt>timeout-finish</tt> and <tt>nosetsid</tt>. These -files will be copied, or recreated, in the generated +<tt>timeout-finish</tt>, <tt>nosetsid</tt>, <tt>max-death-tally</tt>, +and <tt>down-signal</tt>. These files will be copied, or recreated, in +the generated <a href="//skarnet.org/software/s6/servicedir.html">service directory</a>: they are meant to be used by the <a href="//skarnet.org/software/s6/s6-supervise.html">s6-supervise</a> |