1 2 3 4 5 6 7 8 9 10 11
[Unit] Description=Machine Check Exception Logging Daemon After=syslog.target [Service] PIDFile=/run/mcelog.pid ExecStart=/usr/bin/mcelog --ignorenodev --daemon --foreground --pidfile /run/mcelog.pid StandardOutput=syslog [Install] WantedBy=multi-user.target