summaryrefslogtreecommitdiff
path: root/doc/s6-svc.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-04-05 19:16:08 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-04-05 19:16:08 +0000
commit1810ba04c5b5e74116490833dff82c2649dd3209 (patch)
tree9bb9a71ed3e9a71f5b75e437ef9aa918533fc58b /doc/s6-svc.html
parent2813f5fae47aaab58882d06609a9cd82c50fa228 (diff)
downloads6-1810ba04c5b5e74116490833dff82c2649dd3209.tar.xz
Better doc for s6-svc -O
Diffstat (limited to 'doc/s6-svc.html')
-rw-r--r--doc/s6-svc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-svc.html b/doc/s6-svc.html
index 62fd1be..38e9f68 100644
--- 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