f0c14548c0
- Update to bugfix version 1.36 - Do not start mcelog service based on an udev (/dev/mcelog) rule (bsc#976781) OBS-URL: https://build.opensuse.org/request/show/394481 OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=55
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
[Unit]
|
|
Description=Machine Check Exception Logging Daemon
|
|
ConditionVirtualization=false
|
|
ConditionPathExists=/dev/mcelog
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/mcelog
|
|
ExecStartPre=/sbin/modprobe msr
|
|
ExecStart=/usr/sbin/mcelog --ignorenodev --daemon --foreground
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|