summary refs log tree commit diff
path: root/doc/useinit.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2008-04-20 20:47:39 +0000
committerGerrit Pape <pape@smarden.org>2008-04-20 20:48:13 +0000
commit29c4521100d47a589c89ef3145db61f9e4a00cf9 (patch)
treeb507e644dbeb58afa4eecec9874d24e02e4fc43e /doc/useinit.html
parented673f8f525aead9418d34faea94b83c71b4eaa7 (diff)
downloadrunit-29c4521100d47a589c89ef3145db61f9e4a00cf9.tar.gz
runit-29c4521100d47a589c89ef3145db61f9e4a00cf9.tar.xz
runit-29c4521100d47a589c89ef3145db61f9e4a00cf9.zip
* change default directory for services from /var/service/ to /service/.
Diffstat (limited to 'doc/useinit.html')
-rw-r--r--doc/useinit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/useinit.html b/doc/useinit.html
index eb420b9..58adec2 100644
--- a/doc/useinit.html
+++ b/doc/useinit.html
@@ -21,10 +21,10 @@ adding <tt>/sbin/runsvdir-start</tt> to the system's <tt>StartupItems</tt>.
 <p>
 In any case, you first need to copy the <i>stage 2</i> script to
 <tt>/sbin/runsvdir-start</tt>, and create the services directory
-<tt>/var/service/</tt>:
+<tt>/service/</tt>:
 <pre>
  # install -m0750 /package/admin/runit/etc/2 /sbin/runsvdir-start
- # mkdir -p /var/service
+ # mkdir -p /service
 </pre>
 <hr>
 <a href="#sysv">How to use with sysvinit and inittab</a><br>