diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 14:04:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 14:04:28 +0000 |
commit | 3315cae54873f180a26a37a5aaccaae5febec96e (patch) | |
tree | 70d8ef37fe75831af01c2e84fa32b6b29d25acfa /doc | |
parent | 162fcfac5bb4d2cd40f7adc1d2d9ae71d6c86b19 (diff) | |
download | s6-3315cae54873f180a26a37a5aaccaae5febec96e.tar.xz |
Add SIGWINCH support to s6-supervise and s6-svc (-y)
Diffstat (limited to 'doc')
-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> |