From: Lennart Poettering Date: Tue, 26 Apr 2016 09:57:54 +0000 (+0200) Subject: man: elaborate on the automatic systemd-journald.socket service dependencies X-Git-Tag: v230~127^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3124%2Fhead;p=thirdparty%2Fsystemd.git man: elaborate on the automatic systemd-journald.socket service dependencies Fixes: #1603 --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 4ed62dbada5..fea42ebd311 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -94,11 +94,10 @@ required to access /tmp and /var/tmp. - Units whose output standard output or error output is - connected to any other sink but , - and automatically - acquire dependencies of type After= on - journald.socket. + Units whose output standard output or error output is connected to , + or (or their combinations with console output, see below) + automatically acquire dependencies of type After= on + systemd-journald.socket. @@ -470,6 +469,10 @@ similar to the same option of StandardInput=. + If the standard output (or error output, see below) of a unit is connected with the journal, syslog or + the kernel log buffer the unit will implicitly gain a dependency of type After= on + systemd-journald.socket (also see the automatic dependencies section above). + This setting defaults to the value set with in systemd-system.conf5,