forked from pool/mcelog
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
|
[Unit]
|
||
|
Description=Machine Check Exception Logging Daemon
|
||
|
After=syslog.target
|
||
|
ConditionVirtualization=false
|
||
|
ConditionPathExists=/dev/mcelog
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/sysconfig/mcelog
|
||
|
#warning: if this fails is due to a known kernel bug, fix that instead !
|
||
|
ExecStart=/usr/sbin/mcelog --ignorenodev --daemon --foreground --email $MCELOG_ADMIN_EMAIL
|
||
|
StandardOutput=syslog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|