diff options
author | sin <sin@2f30.org> | 2014-04-23 11:25:46 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-04-23 11:29:34 +0100 |
commit | 07c5067cfc395a161da433cd6249b95eb8fe58c5 (patch) | |
tree | 0d6c35949a40a2684d348af140288231d91ae5ad | |
parent | bd089dd5b18cd472c10f554a46c163e3b51a58a2 (diff) |
Mention /bin/rc.init in the manpage
-rw-r--r-- | sinit.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ sinit \- The suckless init .SH DESCRIPTION sinit is a simple init. It is configured by modifying `config.h' and recompiling the code. +.SS Init sequence +sinit will by default execute `/bin/rc.init'. You can chain +your init scripts together at that point to allow for single-user +and multi-user mode. .SS Signal handling sinit will respond to the following set of signals: .IP USR1 |