diff options
author | Gerrit Pape <pape@smarden.org> | 2002-01-29 18:56:36 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-01-29 18:56:36 +0000 |
commit | fe39ac56e1cedc88828ffaacab18cdc747d04626 (patch) | |
tree | 807a4e2325b9307155911a85515a33d8e29d3bb2 /man | |
parent | 586824b9a97781004b8d5f5beaa81a156c5148d7 (diff) | |
download | runit-fe39ac56e1cedc88828ffaacab18cdc747d04626.tar.gz runit-fe39ac56e1cedc88828ffaacab18cdc747d04626.tar.xz runit-fe39ac56e1cedc88828ffaacab18cdc747d04626.zip |
0.3.0.
many changes, see package/CHANGES.
Diffstat (limited to 'man')
-rw-r--r-- | man/runit.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/runit.8 b/man/runit.8 index 1e624c8..e2c9b9c 100644 --- a/man/runit.8 +++ b/man/runit.8 @@ -12,6 +12,15 @@ booting, running, and shutdown in three Stages: runs .I /etc/runit/1 and waits for it to terminate. The system's one time tasks are done here. +.I /etc/runit/1 +has full control of +.I /dev/console +to be able to start an emergency shell if the one time initialization tasks +fail. If +.I /etc/runit/1 +itself crashes, +.B runit +will skip stage 2 and enter stage 3. .SH STAGE 2 .B runit runs |