diff options
author | Juan RP <xtraeme@gmail.com> | 2014-05-05 21:27:36 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-05-05 21:27:36 +0200 |
commit | 0e01d680ec4e9732d75cd0f9e558b9eb066efa79 (patch) | |
tree | bc0d2db4379328e72f88d3f7a9c1f6525c0157af | |
parent | 830b3487f676297732b75afb607bf41b749d6368 (diff) | |
parent | 7570b68e7b988f13429e916b864bc485a12e8fdc (diff) | |
download | runit-void-0e01d680ec4e9732d75cd0f9e558b9eb066efa79.tar.gz runit-void-0e01d680ec4e9732d75cd0f9e558b9eb066efa79.tar.xz runit-void-0e01d680ec4e9732d75cd0f9e558b9eb066efa79.zip |
Merge pull request #1 from Michael-S/master
Update README.md
-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: |