aboutsummaryrefslogtreecommitdiffstats
path: root/doc/servicedir.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:43:57 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:43:57 +0000
commit168d89131415de7590daa00dc5929aeb8727078e (patch)
tree79c9cad554e63998bda545965c91caa50f0ba627 /doc/servicedir.html
parent63ae0841dcc024464290edf9080ce536a1d7905e (diff)
downloads6-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.html2
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&gt;&amp;1</tt> in <a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html">shell</a>.
+and <tt>exec 2&gt;&amp;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>,