aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-02-06 11:42:50 +0000
committersin <sin@2f30.org>2014-02-06 11:42:50 +0000
commit2273a1fca05b14f2cabbf212d9b3a4247520fe2e (patch)
tree1d1106f5484f4b7e4321f58a591d0df833dedede
parent81b8281b6bf0ed016a283f436854ccb29d36f9dd (diff)
Add README
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..dc0b18d
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+sinit - suckless init
+=====================
+
+sinit is a simple init. It was initially based on
+Strake's init.c[1].
+
+Why?
+----
+
+I wanted to get rid of Busybox init on my toy distro[2].
+
+How?
+----
+
+sinit exposes a set of operations via a FIFO. Normally
+this FIFO resides at '/var/run/sinit.fifo'. There are two
+commands currently supported, 'reboot' and 'poweroff'.
+
+To see how sinit integrates with the init scripts, then have
+a look at [3].
+
+[1] https://github.com/strake/init
+[2] http://git.2f30.org/morpheus/
+[3] http://git.2f30.org/fs/