diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-19 11:59:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-19 11:59:55 +0000 |
commit | 27cdf38764d3ce9b1b366f6d86e5f4f6e45bdafd (patch) | |
tree | c7500c8d4e6b47fc95d46d1bcb67853558f991f7 /doc | |
parent | ee7925ff752efa272d335bca53240abca9256f6f (diff) | |
download | s6-rc-27cdf38764d3ce9b1b366f6d86e5f4f6e45bdafd.tar.xz |
Add support for timeout-kill
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-rc-compile.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index cfacde1..453c6ac 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -274,7 +274,8 @@ 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> and <tt>nosetsid</tt>. These +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 <a href="http://skarnet.org/software/s6/servicedir.html">service directory</a>: they are meant to be used by the |