diff options
author | Gerrit Pape <pape@smarden.org> | 2004-03-28 18:17:35 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-03-28 18:17:35 +0000 |
commit | 05dd48613e140530ed4feea11db539fa1158eefb (patch) | |
tree | cd8cc1c15a15642fde6a258e90a8ce247015308c /man/runit-init.8 | |
parent | 14575be847d9741724337326dcf17a46df73021f (diff) | |
download | runit-05dd48613e140530ed4feea11db539fa1158eefb.tar.gz runit-05dd48613e140530ed4feea11db539fa1158eefb.tar.xz runit-05dd48613e140530ed4feea11db539fa1158eefb.zip |
* man/svlogd.8: timestamps are not considered when matching patterns (thx
Andras KORN). * runsv.c: on exit run the finish scripts when taking the service down (thx X.). * runsv.c, runsvctrl.c: handle sig_quit (thx Wayne Marshall). * svlogd.c: don't crash on zero byte long config file (thx Alex Efros). * man/*: minor cleanup.
Diffstat (limited to 'man/runit-init.8')
-rw-r--r-- | man/runit-init.8 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/man/runit-init.8 b/man/runit-init.8 index 7dc9f92..aa48cb1 100644 --- a/man/runit-init.8 +++ b/man/runit-init.8 @@ -6,7 +6,8 @@ init \- a UNIX process no 1 [ 0 | 6 ] .SH DESCRIPTION .B runit-init -is the first process the kernel starts. If +is the first process the kernel starts. +If .B runit-init is started as process no 1, it runs and replaces itself with .BR runit (8). @@ -19,7 +20,8 @@ or .B init 6\fR: .TP .B init 0 -tells the Unix process no 1 to shutdown and halt the system. To signal +tells the Unix process no 1 to shutdown and halt the system. +To signal .BR runit (8) the system halt request, .B runit-init @@ -32,7 +34,8 @@ Then a CONT signal is sent to .BR runit (8). .TP .B init 6 -tells the Unix process no 1 to shutdown and reboot the system. To signal +tells the Unix process no 1 to shutdown and reboot the system. +To signal .BR runit (8) the system reboot request, .B runit-init @@ -47,13 +50,14 @@ and returns 111 on error, 0 in all other cases. .SH SEE ALSO runit(8), +runsvdir(8), +runsvchdir(8), +utmpset(8), runsv(8), runsvctrl(8), runsvstat(8), -runsvdir(8), -runsvchdir(8), -svlogd(8), -utmpset(8) +chpst(8), +svlogd(8) .P http://smarden.org/runit/ .SH AUTHOR |