about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-04-25 23:57:00 +0200
committerJuan RP <xtraeme@gmail.com>2014-04-25 23:57:00 +0200
commit72c31feddc31ca0e9f5311a3133d26eef69de971 (patch)
treedf1b10b626e605556593b68df7beb300bcec1a74 /README.md
parentdf0d6a7dbfec70ad23bb908d666e63139f4b8996 (diff)
downloadrunit-void-72c31feddc31ca0e9f5311a3133d26eef69de971.tar.gz
runit-void-72c31feddc31ca0e9f5311a3133d26eef69de971.tar.xz
runit-void-72c31feddc31ca0e9f5311a3133d26eef69de971.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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!