unix/fiss

src/finit/README in master
Repositories | Summary | Log | Files | LICENSE

README (587B) download


 1sinit - suckless init
 2=====================
 3
 4sinit is a simple init.  It was initially based on
 5Rich Felker's minimal init[1].
 6
 7Why?
 8----
 9
10I wanted to get rid of Busybox init on my toy distro[2].
11
12How?
13----
14
15There are 3 signals that sinit will act on.
16
17      SIGUSR1: powers off the machine.
18      SIGINT:  reboots the machine (or alternatively via ctrl-alt-del).
19      SIGCHLD: reap children
20
21To see how sinit integrates with the init scripts, then have
22a look at [3].
23
24[1] https://gist.github.com/rofl0r/6168719
25[2] http://git.2f30.org/morpheus/
26[3] http://git.2f30.org/ports/tree/fs/