summaryrefslogtreecommitdiff
path: root/doc/s6-svc.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-svc.html')
-rw-r--r--doc/s6-svc.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/s6-svc.html b/doc/s6-svc.html
index 24b139d..7c2e30a 100644
--- a/doc/s6-svc.html
+++ b/doc/s6-svc.html
@@ -79,6 +79,9 @@ and stdout redirected to <tt>/dev/null</tt>. </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>-Q</tt>&nbsp;: once at most, and create a <tt>./down</tt> file.
+Like <tt>-D</tt>, but do not terminate the service if it is currently
+running. </li>
<li> <tt>-r</tt>&nbsp;: If the service is up, restart it, by sending it a
signal to kill it and letting <a href="s6-supervise.html">s6-supervise</a>
start it again. By default, the signal is a SIGTERM; this can be configured