minit

mini init daemon
git clone git://git.ckyln.com/~cem/minit.git
Log | Files | Refs | README | LICENSE

commit acd629bf833ed355ffc613cdbc47c4c64154c302
parent ba9fe481228c0ff7e15387d9ad84fbd96f6557bf
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  6 Feb 2020 14:25:09 +0300

README: fix indentation error

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -50,5 +50,5 @@ On your init script, you can add something like case "$1" in reboot) /bin/kill -s QUIT 1 ;; - poweroff) /bin/kill -s USR2 1 ;; + poweroff) /bin/kill -s USR2 1 ;; esac