From f98ae7a1bc204afa4badc3593d8422a6efa977d9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 30 Mar 2020 17:21:37 +0000 Subject: heliocat's html fixes --- doc/servicedir.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/servicedir.html') 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 fdmove -c 2 1 in execline, -and exec 2>&1 in shell. +and exec 2>&1 in shell. By default, in a normal supervision tree situation, a run script's stdin will be /dev/null, and its stdout and stderr will both be a pipe to a catch-all logging program. -- cgit v1.3.1