diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 17:21:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 17:21:37 +0000 |
commit | f98ae7a1bc204afa4badc3593d8422a6efa977d9 (patch) | |
tree | bf6cc7f9705a5a0cf18099d6d916c9b8b8dcf5de /doc/servicedir.html | |
parent | e59f30c77eab4c98d77a34fa69d6d1e6b1a87390 (diff) | |
download | s6-f98ae7a1bc204afa4badc3593d8422a6efa977d9.tar.xz |
heliocat's html fixes
Diffstat (limited to 'doc/servicedir.html')
-rw-r--r-- | doc/servicedir.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/servicedir.html b/doc/servicedir.html index 31bf751..7c5d613 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -56,7 +56,7 @@ if your service is logged, the run script should make sure that its stderr goes into the log pipe (which is on stdout by default), which is achieved by <tt><a href="//skarnet.org/software/execline/fdmove.html">fdmove</a> -c 2 1</tt> in <a href="//skarnet.org/software/execline/">execline</a>, -and <tt>exec 2>&1</tt> in <a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html">shell</a>. +and <tt>exec 2>&1</tt> in <a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html">shell</a>. By default, in a normal supervision tree situation, a run script's stdin will be <tt>/dev/null</tt>, and its stdout and stderr will both be a pipe to a catch-all logging program. </li> |