forked from pool/mcelog
0959987313
- Update to latest version 1.29. Mostly little bug fixes. - Update to version v124. Adds skylake CPU support and some bug fixes. OBS-URL: https://build.opensuse.org/request/show/357396 OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=53
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
[Unit]
|
|
Description=Machine Check Exception Logging Daemon
|
|
ConditionVirtualization=false
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/mcelog
|
|
ExecStartPre=/sbin/modprobe msr
|
|
ExecStart=/usr/sbin/mcelog --ignorenodev --daemon --foreground
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|