diff options
author | Gerrit Pape <pape@smarden.org> | 2003-10-29 11:19:03 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-10-29 11:19:03 +0000 |
commit | 2762f72fe4238827235a2e1249955aeff030a7fb (patch) | |
tree | 0aca719ef8e83c2b13179745121d210ec76e28a5 /doc/benefits.html | |
parent | 72dfd7484b220331a212f19699db782a45bbae85 (diff) | |
download | runit-2762f72fe4238827235a2e1249955aeff030a7fb.tar.gz runit-2762f72fe4238827235a2e1249955aeff030a7fb.tar.xz runit-2762f72fe4238827235a2e1249955aeff030a7fb.zip |
* doc/benefits.html, doc/index.html, doc/replaceinit.html,
doc/runlevels.html, doc/useinit.html: default service directory is /var/service; minor. * etc/2, etc/debian/3, etc/freebsd/3, etc/macosx/StartupItems/runit, etc/openbsd/3, man/runsv.8, man/runsvchdir.8, man/runsvdir.8: default service directory is /var/service.
Diffstat (limited to 'doc/benefits.html')
-rw-r--r-- | doc/benefits.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/benefits.html b/doc/benefits.html index f34260a..24d2fcf 100644 --- a/doc/benefits.html +++ b/doc/benefits.html @@ -167,7 +167,7 @@ sysvinit</a>. Stage 2 already is packaging friendly: all a software package that provides a service needs to do is to include a <i>service directory</i> in the package and to provide a symbolic link -to this directory in <tt>/service/</tt>. +to this directory in <tt>/var/service/</tt>. The service will be started within five seconds. The package's install and update scripts can use the reliable control interface to stop, start, restart, or send signals to the service. |