summaryrefslogtreecommitdiff
path: root/man/systemd.exec.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-08-30 22:57:55 +0200
committerLennart Poettering <lennart@poettering.net>2011-08-30 22:57:58 +0200
commitde6c78f8795743894431a099d26ec562a8acf3df (patch)
tree479373c5091d3f64bd60d51caa1f081001ecd8b2 /man/systemd.exec.xml
parent346bce1f4cff0096177c613987cdc80fa4ec134e (diff)
service: change default stdout/stderr to syslog
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r--man/systemd.exec.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index c7da8e312e..609484b3a3 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -396,8 +396,13 @@
socket activation, semantics are
similar to the respective option of
<varname>StandardInput=</varname>.
- This setting defaults to
- <option>inherit</option>.</para></listitem>
+ This setting defaults to the value set
+ with
+ <option>DefaultStandardOutput=</option>
+ in
+ <citerefentry><refentrytitle>systemd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
+ which defaults to
+ <option>syslog</option>.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>StandardError=</varname></term>
@@ -411,7 +416,11 @@
<option>inherit</option> the file
descriptor used for standard output is
duplicated for standard error. This
- setting defaults to
+ setting defaults to the value set with
+ <option>DefaultStandardError=</option>
+ in
+ <citerefentry><refentrytitle>systemd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
+ which defaults to
<option>inherit</option>.</para></listitem>
</varlistentry>
<varlistentry>