From de75d4bbb484877e1874cea025ae1711e297fbba Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 2 May 2014 08:32:32 +0200 Subject: README: enable/disable services in current runlevel instead. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09747a6..6840d05 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ To see available runlevels (default and single, which just runs sulogin): $ ls /etc/runit/runsvdir -To enable and start a service: +To enable and start a service into the "current" runlevel: - $ ln -s /etc/sv/ /var/service + $ ln -s /etc/sv/ /etc/runit/runsvdir/current To disable and remove a service: - $ rm -f /var/service/ + $ rm -f /etc/runit/runsvdir/current/ -Feel free to send patches and contribute with improvments and/or new services! +Feel free to send patches and contribute with improvements and/or new services! -- cgit 1.4.1