diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-15 12:27:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-15 12:28:01 +0100 |
commit | 934da0359966a77ff4f1505a4663e34aa434f4d3 (patch) | |
tree | 3fcc71d40c14c635152497b61aad910fe50b197e /src/system.conf | |
parent | 0a494f1ff323ef36b7acc637c198fdfa240c2bb2 (diff) |
service: change default std output to inherit
Diffstat (limited to 'src/system.conf')
-rw-r--r-- | src/system.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.conf b/src/system.conf index bd5a1a7894..4e06319b35 100644 --- a/src/system.conf +++ b/src/system.conf @@ -21,5 +21,5 @@ #MountAuto=yes #SwapAuto=yes #DefaultControllers=cpu -#DefaultStandardOutput=null +#DefaultStandardOutput=inherit #DefaultStandardError=inherit |