mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
parent
60575af415
commit
e0a12b9634
@ -2792,7 +2792,11 @@ SystemCallErrorNumber=EPERM</programlisting>
|
|||||||
writing text to stderr will not work. To mitigate this use the construct <command>echo "hello"
|
writing text to stderr will not work. To mitigate this use the construct <command>echo "hello"
|
||||||
>&2</command> instead, which is mostly equivalent and avoids this pitfall.</para>
|
>&2</command> instead, which is mostly equivalent and avoids this pitfall.</para>
|
||||||
|
|
||||||
<para>This setting defaults to the value set with <varname>DefaultStandardOutput=</varname> in
|
<para>If <varname>StandardInput=</varname> is set to one of <option>tty</option>, <option>tty-force</option>,
|
||||||
|
<option>tty-fail</option>, <option>socket</option>, or <option>fd:<replaceable>name</replaceable></option>, this
|
||||||
|
setting defaults to <option>inherit</option>.</para>
|
||||||
|
|
||||||
|
<para>In other cases, this setting defaults to the value set with <varname>DefaultStandardOutput=</varname> in
|
||||||
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, which
|
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, which
|
||||||
defaults to <option>journal</option>. Note that setting this parameter might result in additional dependencies
|
defaults to <option>journal</option>. Note that setting this parameter might result in additional dependencies
|
||||||
to be added to the unit (see above).</para></listitem>
|
to be added to the unit (see above).</para></listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user