From 72c31feddc31ca0e9f5311a3133d26eef69de971 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 Apr 2014 23:57:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0764fda..1b10abc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ and then update GRUB's configuration file: At this moment there's no halt/reboot/shutdown utilities, but you can send the appropiate signal to `runit-init(8)`: - # init 0 [shutdown] - # init 6 [reboot] + # runit-init 0 [shutdown] + # runit-init 6 [reboot] Feel free to send patches and contribute with improvments and/or new services!