aboutsummaryrefslogtreecommitdiffstats
path: root/mcelog.service
blob: c61ae39927e259c3fbd1a5424993997a304e9ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Machine Check Exception Logging Daemon
After=syslog.target
ConditionPathExists=!/sys/module/edac_mce_amd/initstate
ConditionPathExists=/dev/mcelog

[Service]
ExecStart=/usr/sbin/mcelog --daemon --foreground
SuccessExitStatus=0 15

[Install]
WantedBy=multi-user.target