0b836da690
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
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
[Unit]
|
|
Description=Machine Check Exception Logging Daemon
|
|
ConditionVirtualization=false
|
|
ConditionPathExists=/dev/mcelog
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/mcelog
|
|
ExecStartPre=/sbin/modprobe msr
|
|
ExecStartPre=/sbin/modprobe dmi-sysfs
|
|
ExecStart=/usr/sbin/mcelog --ignorenodev --daemon --foreground
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|