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:54:50 +0200
committerJuan RP <xtraeme@gmail.com>2014-04-25 23:54:50 +0200
commitdf0d6a7dbfec70ad23bb908d666e63139f4b8996 (patch)
tree8db323f4900b9ecf4ea0e2d37154cf01e3af8f53 /README.md
parent2745bf8b881644dd43721c3bfbe186f7330026a5 (diff)
downloadrunit-void-df0d6a7dbfec70ad23bb908d666e63139f4b8996.tar.gz
runit-void-df0d6a7dbfec70ad23bb908d666e63139f4b8996.tar.xz
runit-void-df0d6a7dbfec70ad23bb908d666e63139f4b8996.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb7f8b0..0764fda 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ Append `init=/usr/bin/runit-init` to the kernel cmdline, I'd suggest you to use
 and then update GRUB's configuration file:
 
     # update-grub
+
+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]
     
-Enjoy!
-  
+Feel free to send patches and contribute with improvments and/or new services!