about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMike Swierczek <mike.swierczek@gmail.com>2014-05-05 15:24:05 -0400
committerMike Swierczek <mike.swierczek@gmail.com>2014-05-05 15:24:05 -0400
commit7570b68e7b988f13429e916b864bc485a12e8fdc (patch)
tree00f3849f7490ff3babb0939afc764f1ce4e916b3 /README.md
parent10b109b274862aeb90a8e280379809f04f4da77d (diff)
downloadrunit-void-7570b68e7b988f13429e916b864bc485a12e8fdc.tar.gz
runit-void-7570b68e7b988f13429e916b864bc485a12e8fdc.tar.xz
runit-void-7570b68e7b988f13429e916b864bc485a12e8fdc.zip
Update README.md
Add command to reboot from systemd, since "shutdown -r" and "shutdown -h" didn't work for me after I did xbps-install -Sy runit-void
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6840d05..9957705 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,12 @@ and then update GRUB's configuration file:
 
     # update-grub
 
-reboot and runit will kick in and start services in "default" runlevel (multi-user).
+To reboot after making the change, you'll need to use the previous init tool "systemd" 
+reboot command directly.  From a command shell, as root run:
+
+    # systemctl reboot
+
+After the reboot runit will kick in and start services in "default" runlevel (multi-user).
 
 To see enabled services for "current" runlevel: