diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-15 11:52:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-15 11:52:29 +0100 |
commit | 0a494f1ff323ef36b7acc637c198fdfa240c2bb2 (patch) | |
tree | b266f13b03e348b017d62592aa38fd08daecddb3 /src/system.conf | |
parent | b7cf1b68a79833411851fa547ac9b4906207c224 (diff) |
exec: introduce global defaults for the standard output of services
Diffstat (limited to 'src/system.conf')
-rw-r--r-- | src/system.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/system.conf b/src/system.conf index c94cf3601f..bd5a1a7894 100644 --- a/src/system.conf +++ b/src/system.conf @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# See systemd(1) for details +# See systemd.conf(5) for details [Manager] #LogLevel=info @@ -21,3 +21,5 @@ #MountAuto=yes #SwapAuto=yes #DefaultControllers=cpu +#DefaultStandardOutput=null +#DefaultStandardError=inherit |