README - sinit - suckless init | |
git clone git://git.suckless.org/sinit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (587B) | |
--- | |
1 sinit - suckless init | |
2 ===================== | |
3 | |
4 sinit is a simple init. It was initially based on | |
5 Rich Felker's minimal init[1]. | |
6 | |
7 Why? | |
8 ---- | |
9 | |
10 I wanted to get rid of Busybox init on my toy distro[2]. | |
11 | |
12 How? | |
13 ---- | |
14 | |
15 There 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 | |
21 To see how sinit integrates with the init scripts, then have | |
22 a 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/ |