summaryrefslogtreecommitdiff
path: root/src/system.conf
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-15 11:52:29 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-15 11:52:29 +0100
commit0a494f1ff323ef36b7acc637c198fdfa240c2bb2 (patch)
treeb266f13b03e348b017d62592aa38fd08daecddb3 /src/system.conf
parentb7cf1b68a79833411851fa547ac9b4906207c224 (diff)
exec: introduce global defaults for the standard output of services
Diffstat (limited to 'src/system.conf')
-rw-r--r--src/system.conf4
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