diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:43:57 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:43:57 +0000 |
| commit | 168d89131415de7590daa00dc5929aeb8727078e (patch) | |
| tree | 79c9cad554e63998bda545965c91caa50f0ba627 /doc/servicedir.html | |
| parent | 63ae0841dcc024464290edf9080ce536a1d7905e (diff) | |
| download | s6-168d89131415de7590daa00dc5929aeb8727078e.tar.gz | |
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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 5e93ac0..5cc2fe0 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -82,7 +82,7 @@ to log <em>stderr</em> as well, so the run script should make sure that its stderr goes into the log pipe. This 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="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html">shell</a>. +and <tt>exec 2>&1</tt> in <a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/sh.html">shell</a>. </li> <li> adjust the environment for your <em>foo</em> daemon. Normally the run script inherits its environment from <a href="s6-supervise.html">s6-supervise</a>, |
