File Manager

Path: /lib/systemd/system/

Viewing File: mcelog.service

[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