diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-30 22:57:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-30 22:57:58 +0200 |
commit | de6c78f8795743894431a099d26ec562a8acf3df (patch) | |
tree | 479373c5091d3f64bd60d51caa1f081001ecd8b2 /man/systemd.xml | |
parent | 346bce1f4cff0096177c613987cdc80fa4ec134e (diff) |
service: change default stdout/stderr to syslog
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index d66b23027a..a11c96e7f1 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -270,7 +270,12 @@ <option>syslog+console</option>, <option>kmsg</option>, <option>kmsg+console</option>. If the - argument is omitted it defaults to + argument is omitted + <option>--default-standard-output=</option> + defaults to <option>syslog</option> + and + <option>--default-standard-error=</option> + to <option>inherit</option>.</para></listitem> </varlistentry> </variablelist> |