diff options
author | Gerrit Pape <pape@smarden.org> | 2002-09-25 11:37:57 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-09-25 11:37:57 +0000 |
commit | 9f88a1ba4b3f78d0dd6642f2dd7fcb952b173ed7 (patch) | |
tree | 6c3b20a6c9f05eab757393f07e31b8a304650a10 /doc/runsv.8.html | |
parent | ff672d242dd68d0ecc967add403c16a91eaa8d47 (diff) | |
download | runit-9f88a1ba4b3f78d0dd6642f2dd7fcb952b173ed7.tar.gz runit-9f88a1ba4b3f78d0dd6642f2dd7fcb952b173ed7.tar.xz runit-9f88a1ba4b3f78d0dd6642f2dd7fcb952b173ed7.zip |
minor.
Diffstat (limited to 'doc/runsv.8.html')
-rw-r--r-- | doc/runsv.8.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/runsv.8.html b/doc/runsv.8.html index 2433377..e565ec7 100644 --- a/doc/runsv.8.html +++ b/doc/runsv.8.html @@ -95,15 +95,18 @@ example, to send a TERM signal to /service/socklog-unix, either do # svc -t /service/socklog-unix<BR> or<BR> # echo -n t >/service/socklog-unix/supervise/control<BR> - + <P> +If <B><I>echo</B>(1)</I> on your systems does not provide the -n option, leave it out, +<B>runsv</B> ignores unknown characters written to the control pipe. <H2><A NAME="sect4">Signals</A></H2> -If <B>runsv</B> receives a TERM signal, it acts as if the character x -was written to the control pipe. +If +<B>runsv</B> receives a TERM signal, it acts as if the character x was written +to the control pipe. <H2><A NAME="sect5">Exit Codes</A></H2> -<B>runsv</B> exits 111 on an error on -startup or if another <B>runsv</B> is running in <I>service</I>. <P> -<B>runsv</B> exits 0 if it was -told to exit. +<B>runsv</B> exits 111 on an error on startup or +if another <B>runsv</B> is running in <I>service</I>. <P> +<B>runsv</B> exits 0 if it was told to +exit. <H2><A NAME="sect6">See Also</A></H2> <I>runit(8)</I>, <I>runit-init(8)</I>, <I>runsvdir(8)</I>, <I>svc(8)</I>, <I>supervise(8)</I> <P> |