diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/daemon.xml | 2 | ||||
-rw-r--r-- | man/systemd.exec.xml | 3 | ||||
-rw-r--r-- | man/systemd.special.xml.in | 12 | ||||
-rw-r--r-- | man/systemd.xml | 4 |
4 files changed, 11 insertions, 10 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index d5a8491850..4673794f09 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -323,7 +323,7 @@ <listitem><para>Instead of using the <function>syslog()</function> call to log directly to the - system logger, a new-style daemon may + system syslog service, a new-style daemon may choose to simply log to STDERR via <function>fprintf()</function>, which is then forwarded to syslog by the init system. If log diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index bf32a89b3a..c7da8e312e 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -383,7 +383,8 @@ terminal. <option>syslog</option> connects standard output to the <citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> - system logger. <option>kmsg</option> + system syslog + service. <option>kmsg</option> connects it with the kernel log buffer which is accessible via <citerefentry><refentrytitle>dmesg</refentrytitle><manvolnum>1</manvolnum></citerefentry>. <option>syslog+console</option> diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 1369b4b822..218754051e 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -80,8 +80,8 @@ <filename>syslog.target</filename>, <filename>systemd-initctl.service</filename>, <filename>systemd-initctl.socket</filename>, - <filename>systemd-logger.service</filename>, - <filename>systemd-logger.socket</filename>, + <filename>systemd-stdout-syslog-bridge.service</filename>, + <filename>systemd-stdout-syslog-bridge.socket</filename>, <filename>time-sync.target</filename>, <filename>umount.target</filename></para> </refsynopsisdiv> @@ -563,7 +563,7 @@ </listitem> </varlistentry> <varlistentry> - <term><filename>systemd-logger.service</filename></term> + <term><filename>systemd-stdout-syslog-bridge.service</filename></term> <listitem> <para>This is internally used by systemd to provide syslog @@ -571,15 +571,15 @@ maintains.</para> <para>This is a socket-activated service, see - <filename>system-logger.socket</filename>.</para> + <filename>system-stdout-syslog-bridge.socket</filename>.</para> </listitem> </varlistentry> <varlistentry> - <term><filename>systemd-logger.socket</filename></term> + <term><filename>systemd-stdout-syslog-bridge.socket</filename></term> <listitem> <para>Socket activation unit for - <filename>system-logger.service</filename>. systemd + <filename>system-stdout-syslog-bridge.service</filename>. systemd will automatically add dependencies of types Requires and After to all units that diff --git a/man/systemd.xml b/man/systemd.xml index fc4810767a..d66b23027a 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1074,10 +1074,10 @@ </varlistentry> <varlistentry> - <term><filename>/run/systemd/logger</filename></term> + <term><filename>/run/systemd/stdout-syslog-bridge</filename></term> <listitem><para>Used internally by the - <filename>systemd-logger.service</filename> + <filename>systemd-stdout-syslog-bridge.service</filename> unit to connect STDOUT and/or STDERR of spawned processes to <citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> |