henrysher / sinit

mirror of sinit: http://git.2f30.org/sinit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sinit - suckless init
=====================

sinit is a simple init.  It was initially based on
Rich Felker's minimal init[1].

Why?
----

I wanted to get rid of Busybox init on my toy distro[2].

How?
----

There are 3 signals that sinit will act on.

      SIGUSR1: powers off the machine.
      SIGINT:  reboots the machine (or alternatively via ctrl-alt-del).
      SIGCHLD: reap children

To see how sinit integrates with the init scripts, then have
a look at [3].

[1] https://gist.github.com/rofl0r/6168719
[2] http://git.2f30.org/morpheus/
[3] http://git.2f30.org/ports/tree/fs/

About

mirror of sinit: http://git.2f30.org/sinit/

License:MIT License


Languages

Language:Roff 34.8%Language:C 34.1%Language:Makefile 24.1%Language:Objective-C 7.0%