Blame SOURCES/mcelog.setup

09c1d0
#!/bin/sh
09c1d0
#
09c1d0
# An upstream kernel bug prevents mcelog from starting normally in
09c1d0
# daemon mode the first time it is run. So, in the systemd service,
09c1d0
# we want to start it twice - one as a ExecStartPre that will fail.
09c1d0
# But systemd will abort the process if the "pre" fails, so we use
09c1d0
# this script - temporarily - to start the first process.
09c1d0
#
09c1d0
# Waiting on Andi Kleen to fix upstream.
09c1d0
#
09c1d0
/usr/sbin/mcelog --ignorenodev --syslog --foreground
09c1d0
exit 0