aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2017-08-03 12:52:53 +0200
committerPaul Menzel <pmenzel@molgen.mpg.de>2020-06-23 11:33:05 +0200
commit6230f3786c95af5afc26017158846d809dc1c72b (patch)
treecd6293bc01945c8fbbc44ea7eb7ea02970cd7fc4
parentee7a6e1d178fd62ea44bc435d61c6e6430b310eb (diff)
downloadmcelog-6230f3786c95af5afc26017158846d809dc1c72b.tar.gz
mcelog.service: Remove DefaultStandardOutput configuration
`DefaultStandardOutput=syslog` is the default [1]. > > DefaultStandardOutput=syslog > > This has not the effect you might assume. It just tells journald to > forward data it receives from the daemons to syslog, but it does that > anyway by default. It's hence fully equivalent to the default of > "journal", unless you globally turned off forwarding to syslog in > journald. [1] https://lists.freedesktop.org/archives/systemd-devel/2014-August/021890.html
-rw-r--r--mcelog.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcelog.service b/mcelog.service
index 62f141a..840eda1 100644
--- a/mcelog.service
+++ b/mcelog.service
@@ -5,7 +5,6 @@ ConditionPathExists=!/sys/module/edac_mce_amd/initstate
[Service]
ExecStart=/usr/sbin/mcelog --ignorenodev --daemon --foreground
-StandardOutput=syslog
SuccessExitStatus=0 15
[Install]