about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-02 08:32:32 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-02 08:32:32 +0200
commitde75d4bbb484877e1874cea025ae1711e297fbba (patch)
treeed9e75c2e776caaecaf1b61516fd13d5844c16ad /README.md
parent6cd058e281f44aa3bb9819b41bff48c47b2eae98 (diff)
downloadrunit-void-de75d4bbb484877e1874cea025ae1711e297fbba.tar.gz
runit-void-de75d4bbb484877e1874cea025ae1711e297fbba.tar.xz
runit-void-de75d4bbb484877e1874cea025ae1711e297fbba.zip
README: enable/disable services in current runlevel instead.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files 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/<service> /var/service
+    $ ln -s /etc/sv/<service> /etc/runit/runsvdir/current
 
 To disable and remove a service:
 
-    $ rm -f /var/service/<service>
+    $ rm -f /etc/runit/runsvdir/current/<service>
 
-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!