diff options
Diffstat (limited to 'doc/s6-svc.html')
-rw-r--r-- | doc/s6-svc.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-svc.html b/doc/s6-svc.html index 7c3b2bd..62fd1be 100644 --- a/doc/s6-svc.html +++ b/doc/s6-svc.html @@ -28,7 +28,7 @@ knowing their PIDs, and without using horrible hacks such as .pid files. <h2> Interface </h2> <pre> - s6-svc [ -wu | -wU | -wd | -wD | -wr | -wR ] [ -T <em>timeout</em> ] [ -abqhkti12pcoduxO ] <em>servicedir</em> + s6-svc [ -wu | -wU | -wd | -wD | -wr | -wR ] [ -T <em>timeout</em> ] [ -abqhkti12pcyoduxO ] <em>servicedir</em> </pre> <p> @@ -52,6 +52,7 @@ a command, or 100 if no s6-supervise process is running on <em>servicedir</em>. <li> <tt>-2</tt> : send a SIGUSR2 to the supervised process </li> <li> <tt>-p</tt> : send a SIGSTOP to the supervised process </li> <li> <tt>-c</tt> : send a SIGCONT to the supervised process </li> + <li> <tt>-y</tt> : send a SIGWINCH to the supervised process </li> <li> <tt>-o</tt> : once. Equivalent to "-uO". </li> <li> <tt>-d</tt> : down. If the supervised process is up, send it a SIGTERM and a SIGCONT. Do not restart it. </li> |