commit 94fbb6f
hovercats
·
2023-02-20 15:24:05 +0000 UTC
parent 0ff9251
readme formatting
1 files changed,
+5,
-2
M
README
M
README
+5,
-2
1@@ -2,14 +2,17 @@ rcinit
2 ------
3
4 A simple init, written in rc.
5+
6 All it does is;
7 - check if PID is 1, else exit
8- - run `/etc/rc.init`
9+ - run /etc/rc.init
10 - wait forever to avoid script exiting by itself
11+
12 Nothing more, nothing less
13
14 Installation
15 ------------
16
17 Change path or name for `/etc/rc.init` if neccessary.
18-`make install`
19+
20+$ make install