commit 1f71ef7

hovercats  ·  2023-04-26 06:48:40 +0000 UTC
parent b7d02e0
more nits, in README
1 files changed,  +2, -6
M README
M README
+2, -6
 1@@ -3,16 +3,12 @@ rcinit
 2 
 3 A simple init, written in rc.
 4 
 5-All it does is;
 6-	- check if PID is 1, else exit
 7-	- run /etc/rc.init
 8-	- wait forever to avoid script exiting by itself
 9-
10+All it does is basically run /etc/rc.init
11 Nothing more, nothing less
12 
13 Installation
14 ------------
15 
16-Change path or name for `/etc/rc.init` if neccessary.
17+If neccessary, change path or name to match your init script
18 
19 $ make install