diff options
-rw-r--r-- | README.md | 7 |
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: |