s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 1810ba04c5b5e74116490833dff82c2649dd3209
parent 2813f5fae47aaab58882d06609a9cd82c50fa228
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Wed,  5 Apr 2017 19:16:08 +0000

 Better doc for s6-svc -O

Diffstat:
Mdoc/s6-svc.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/s6-svc.html b/doc/s6-svc.html @@ -68,9 +68,9 @@ open to the service it is supervising and the service is waiting for them to close before exiting. Note that if this option is used, the last execution of the service's <tt>finish</tt> script will be run with stdin, stdout and stderr redirected to <tt>/dev/null</tt>. </li> - <li> <tt>-O</tt>&nbsp;: Once at most. Do not restart the supervised process -when it dies. If it is down when the command is received, do not even start -it. </li> + <li> <tt>-O</tt>&nbsp;: mark the service to run once at most. iow: do not +restart the supervised process when it dies. If it is down when the command +is received, do not even start it. </li> <li> <tt>-T&nbsp;<em>timeout</em></tt>&nbsp;: if the <tt>-w<em>state</em></tt> option has been given, <tt>-T</tt> specifies a timeout (in milliseconds) after which s6-svc will exit 1 with an error message if