summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-06 17:05:58 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-06 17:05:58 +0000
commit569d62e332c5d49c07fe4db4723a54591f6f7c58 (patch)
treea5b2b9315e9d80ac616537df6754c4a2d803b8e6 /doc
parent92124defa008812c37a92c700eee67f04e259111 (diff)
downloads6-569d62e332c5d49c07fe4db4723a54591f6f7c58.tar.xz
Add s6-svc -Q
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-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