From e0a12b96344b1d7ee499df1d0447b14ced62c1b4 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Sat, 30 Jul 2022 08:46:27 +0200 Subject: [PATCH] docs: Correct StandartOutput documentation fix #2114 --- man/systemd.exec.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 3e61e0fc5ef..f90a1e25d0d 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2792,7 +2792,11 @@ SystemCallErrorNumber=EPERM writing text to stderr will not work. To mitigate this use the construct echo "hello" >&2 instead, which is mostly equivalent and avoids this pitfall. - This setting defaults to the value set with DefaultStandardOutput= in + If StandardInput= is set to one of , , + , , or , this + setting defaults to . + + In other cases, this setting defaults to the value set with DefaultStandardOutput= in systemd-system.conf5, which defaults to . Note that setting this parameter might result in additional dependencies to be added to the unit (see above).