diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-06 19:36:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-06 19:36:09 +0000 |
commit | 5d169a719b1614774a86b837b4bc9a7c41fa1110 (patch) | |
tree | 298e298f76ed1f2560c8d392b6a26bf7baa75143 /doc/s6-pause.html | |
parent | c8edbcd86c1f4157e3998fb0d81c9a576b0f1f0a (diff) | |
download | s6-portable-utils-5d169a719b1614774a86b837b4bc9a7c41fa1110.tar.xz |
- Added new options to s6-pausev2.0.4.0
- version: 2.0.4.0
Diffstat (limited to 'doc/s6-pause.html')
-rw-r--r-- | doc/s6-pause.html | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/doc/s6-pause.html b/doc/s6-pause.html index edb129f..3e0cbf8 100644 --- a/doc/s6-pause.html +++ b/doc/s6-pause.html @@ -24,16 +24,31 @@ <h2> Interface </h2> <pre> - s6-pause + s6-pause [ -t ] [ -h ] [ -a ] [ -q ] [ -b ] [ -i ] [ -p <em>signals</em> ] </pre> +<h2> Options </h2> + +<ul> + <li> <tt>-t</tt> : ignore SIGTERM </li> + <li> <tt>-h</tt> : ignore SIGHUP </li> + <li> <tt>-a</tt> : ignore SIGALRM </li> + <li> <tt>-q</tt> : ignore SIGQUIT </li> + <li> <tt>-b</tt> : ignore SIGABRT </li> + <li> <tt>-i</tt> : ignore SIGINT </li> + <li> <tt>-p <em>signals</em></tt> : ignore the signals +listed in <em>signals</em>, which must be a comma-separated list of +signal numbers. </li> +</ul> + <h2> Usage notes </h2> -<p> - s6-pause is one of the smallest possible long-lived programs. It can be -used to emulate a running service with the least possible resource -consumption. -</p> +<ul> + <li> s6-pause is one of the smallest possible long-lived programs. It uses +as few resources as the kernel will allow. </li> + <li> The options can be used to wait for a specific signal without being +killed by others. </li> +</ul> </body> </html> |