# This is mcelog customized for EOS.
/var/log/mcelog {
    compress
    dateext
    maxage 60
    size=+500k
    notifempty
    missingok
    copytruncate
    postrotate
    chmod 644 /var/log/mcelog
    [ -r /var/run/mcelog.pid ] && kill -USR1 `cat /var/run/mcelog.pid`
    endscript
}

