about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-07 10:09:49 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-07 10:09:49 +0200
commitfe617f586703e2a7dd4931d93e6c4dc6b8fda1fd (patch)
treee2f659395d4fa32c4877d0737a852373f74cc98b /README.md
parent466fdad84a8207f702e72231c975148b9179f5e2 (diff)
downloadrunit-void-fe617f586703e2a7dd4931d93e6c4dc6b8fda1fd.tar.gz
runit-void-fe617f586703e2a7dd4931d93e6c4dc6b8fda1fd.tar.xz
runit-void-fe617f586703e2a7dd4931d93e6c4dc6b8fda1fd.zip
README: sync.
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!