From 0b836da6903889f257210ed6a9011a8ababd29c3a54ed97f08dc9f936eb87d12 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 29 Mar 2021 11:44:52 +0000 Subject: [PATCH] Accepting request 881840 from home:ykurlaev:branches:Base:System Remove deprecated "StandardOutput=syslog" option from the systemd unit file. This removes a warning from systemd on boot. OBS-URL: https://build.opensuse.org/request/show/881840 OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=92 --- mcelog.systemd | 1 - 1 file changed, 1 deletion(-) diff --git a/mcelog.systemd b/mcelog.systemd index 5559184..e63ee1d 100644 --- a/mcelog.systemd +++ b/mcelog.systemd @@ -8,7 +8,6 @@ EnvironmentFile=-/etc/sysconfig/mcelog ExecStartPre=/sbin/modprobe msr ExecStartPre=/sbin/modprobe dmi-sysfs ExecStart=/usr/sbin/mcelog --ignorenodev --daemon --foreground -StandardOutput=syslog [Install] WantedBy=multi-user.target