From 7570b68e7b988f13429e916b864bc485a12e8fdc Mon Sep 17 00:00:00 2001 From: Mike Swierczek Date: Mon, 5 May 2014 15:24:05 -0400 Subject: 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 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit 1.4.1