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 /man | |
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 'man')
-rw-r--r-- | man/runsv.8 | 13 | ||||
-rw-r--r-- | man/runsvchdir.8 | 4 | ||||
-rw-r--r-- | man/runsvdir.8 | 5 |
3 files changed, 8 insertions, 14 deletions
diff --git a/man/runsv.8 b/man/runsv.8 index 1f4200c..96991fd 100644 --- a/man/runsv.8 +++ b/man/runsv.8 @@ -65,7 +65,7 @@ and (optionally) are provided to give commands to .BR runsv . You can use -.BR svc (8) +.BR runsvctrl (8) to control the service or just write one of the following characters to the named pipe: .TP @@ -124,10 +124,10 @@ exits. This command is ignored if it is given to .IR service /log/supervise/control. .P -For example, to send a TERM signal to /service/socklog-unix, either do - # svc \-t /service/socklog-unix +Example: to send a TERM signal to the socklog-unix service, either do + # runsvctrl term /var/service/socklog-unix or - # echo \-n t >/service/socklog-unix/supervise/control + # echo \-n t >/var/service/socklog-unix/supervise/control .P If .BR echo (1) @@ -162,10 +162,7 @@ runsvchdir(8), svlogd(8), svwaitdown(8), svwaitup(8), -svc(8), -supervise(8) .P - http://smarden.org/runit/ - http://cr.yp.to/daemontools.html +http://smarden.org/runit/ .SH AUTHOR Gerrit Pape <pape@smarden.org> diff --git a/man/runsvchdir.8 b/man/runsvchdir.8 index f7ef74a..30294c9 100644 --- a/man/runsvchdir.8 +++ b/man/runsvchdir.8 @@ -27,13 +27,13 @@ with a symlink pointing to .IR dir . .P Normally -.I /service +.I /var/service is a symlink to .IR current , and .BR runsvdir (8) is running -.IR /service . +.IR /var/service . .SH EXIT CODES .B runsvchdir prints an error message and exits 111 on error. diff --git a/man/runsvdir.8 b/man/runsvdir.8 index f590e43..6d61e75 100644 --- a/man/runsvdir.8 +++ b/man/runsvdir.8 @@ -90,10 +90,7 @@ runit-init(8), svlogd(8), svwaitdown(8), svwaitup(8), -readproctitle(8), -svscan(8) .P - http://smarden.org/runit/ - http://cr.yp.to/daemontools.html +http://smarden.org/runit/ .SH AUTHOR Gerrit Pape <pape@smarden.org> |