diff options
author | Gerrit Pape <pape@smarden.org> | 2003-01-24 14:18:11 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-01-24 14:18:11 +0000 |
commit | 3bc722193d7b59c78dc15c723b747919b093828d (patch) | |
tree | 2220a941aca32ffbfb7ca44cee8d4b94dc1fb0f4 /doc/runsv.8.html | |
parent | 66db52c8b65bbecf38c15db7222fc9a6eede601c (diff) | |
download | runit-3bc722193d7b59c78dc15c723b747919b093828d.tar.gz runit-3bc722193d7b59c78dc15c723b747919b093828d.tar.xz runit-3bc722193d7b59c78dc15c723b747919b093828d.zip |
* runsv.c: close finish script file descriptor.
* runsv.c: close logpipe[] instead of sending sigterm to logservice when told to exit, loggers should exit when they see EOF on stdin (thx Paul Jarc). * etc/*/1, etc/*/3: remove explicit 'exit'. * error.h: include <errno.h> (upcoming glibc changes). 0.8.2.
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r-- | doc/runsv.8.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html index c7ce3aa..c8dde25 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -71,9 +71,15 @@ send it a HUP signal. </DD> signal. </DD> <DT><B>i</B> </DT> -<DD>Interrupt. If the service is running, send it a INT signal. </LI><B></B><LI>User-defined -1. If the service is running, send it a USR1 signal. </LI><B></B><LI>User-defined 2. If the -service is running, send it a USR2 signal. </DD> +<DD>Interrupt. If the service is running, send it a INT signal. </DD> + +<DT><B>1</B> </DT> +<DD>User-defined 1. +If the service is running, send it a USR1 signal. </DD> + +<DT><B>2</B> </DT> +<DD>User-defined 2. +If the service is running, send it a USR2 signal. </DD> <DT><B>t</B> </DT> <DD>Terminate. If the service is |