mcelog/mcelog.systemd
Thomas Renninger 0b836da690 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
2021-03-29 11:44:52 +00:00

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