2011-11-24 17:57:46 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Machine Check Exception Logging Daemon
|
|
|
|
ConditionVirtualization=false
|
2016-05-09 16:33:31 +02:00
|
|
|
ConditionPathExists=/dev/mcelog
|
2011-11-24 17:57:46 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=-/etc/sysconfig/mcelog
|
2016-02-02 18:14:08 +01:00
|
|
|
ExecStartPre=/sbin/modprobe msr
|
2012-08-16 16:47:20 +02:00
|
|
|
ExecStart=/usr/sbin/mcelog --ignorenodev --daemon --foreground
|
2011-11-24 17:57:46 +01:00
|
|
|
StandardOutput=syslog
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|