Skip to content

Commit

Permalink
man: drop some left-over mentions of StandardOutput=syslog
Browse files Browse the repository at this point in the history
We dropped them from the StandardOuput= documentation long ago, but
elswhere some references where lurking.
  • Loading branch information
poettering committed May 14, 2020
1 parent 32fcf39 commit d2b8435
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions man/sd-daemon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@

<para>These prefixes are intended to be used in conjunction with stderr-based logging (or stdout-based
logging) as implemented by systemd. If a systemd service definition file is configured with
<varname>StandardError=journal</varname>, <varname>StandardError=syslog</varname> or
<varname>StandardError=kmsg</varname> (and similar with <varname>StandardOutput=</varname>), these
prefixes can be used to encode a log level in lines printed. This is similar to the kernel
<function>printk()</function>-style logging. See
<varname>StandardError=journal</varname> or <varname>StandardError=kmsg</varname> (and similar with
<varname>StandardOutput=</varname>), these prefixes can be used to encode a log level in lines
printed. This is similar to the kernel <function>printk()</function>-style logging. See
<citerefentry><refentrytitle>klogctl</refentrytitle><manvolnum>2</manvolnum></citerefentry> for more
information.</para>

Expand Down
6 changes: 3 additions & 3 deletions man/systemd.exec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
will also gain an automatic <varname>After=</varname> dependency on
<citerefentry><refentrytitle>systemd-tmpfiles-setup.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem>

<listitem><para>Units whose standard output or error output is connected to <option>journal</option>,
<option>syslog</option> or <option>kmsg</option> (or their combinations with console output, see below)
automatically acquire dependencies of type <varname>After=</varname> on
<listitem><para>Units whose standard output or error output is connected to <option>journal</option> or
<option>kmsg</option> (or their combinations with console output, see below) automatically acquire
dependencies of type <varname>After=</varname> on
<filename>systemd-journald.socket</filename>.</para></listitem>

<listitem><para>Units using <varname>LogNamespace=</varname> will automatically gain ordering and
Expand Down

0 comments on commit d2b8435

Please sign in to comment.