diff options
author | Gerrit Pape <pape@smarden.org> | 2003-04-24 11:12:46 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-04-24 11:12:46 +0000 |
commit | 6877501dc293237dd3dee39efd136b7beefc68dc (patch) | |
tree | fe9e92c26fd33387efeebb38d56b85fe03b45841 /man/runit-init.8 | |
parent | a5a6633009576cbfe00304e15f3f3ce243adf0eb (diff) | |
download | runit-6877501dc293237dd3dee39efd136b7beefc68dc.tar.gz runit-6877501dc293237dd3dee39efd136b7beefc68dc.tar.xz runit-6877501dc293237dd3dee39efd136b7beefc68dc.zip |
* runsvdir.c: don't propagate sig_term to runsv processes when receiving
sig_term; send sig_term to all runsv processes and exit 111 when receiving sig_hangup. * svlogd.c: code cleanup. * svwaitdown.c: send command "d" (and "x" if -x is set) to a service if it's not in state 'want down'. * svwaitup.c: minor code cleanup. * man/runsvdir.8, man/svwaitdown.8: adapt. 0.9.0.
Diffstat (limited to 'man/runit-init.8')
-rw-r--r-- | man/runit-init.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/runit-init.8 b/man/runit-init.8 index a66ea91..7dc9f92 100644 --- a/man/runit-init.8 +++ b/man/runit-init.8 @@ -47,8 +47,12 @@ and returns 111 on error, 0 in all other cases. .SH SEE ALSO runit(8), -svwaitdown(8), -svwaitup(8), +runsv(8), +runsvctrl(8), +runsvstat(8), +runsvdir(8), +runsvchdir(8), +svlogd(8), utmpset(8) .P http://smarden.org/runit/ |