about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c74a4f..0d60c13 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,10 @@ To see available runlevels (default and single, which just runs sulogin):
 
 To enable and start a service into the "current" runlevel:
 
-    # ln -s /etc/sv/<service> /etc/runit/runsvdir/current
+    # ln -s /etc/sv/<service> /var/service
 
 To disable and remove a service:
 
-    # rm -f /etc/runit/runsvdir/current/<service>
+    # rm -f /var/service/<service>
 
 Feel free to send patches and contribute with improvements and/or new services!