# Logrotate file for EES
/var/log/ees/ees.log {
    weekly
    rotate 13
    maxage 90
    notifempty
    create 0640 ees ees
    compress
    missingok
    postrotate
       /usr/bin/kill -USR1 `cat /run/ees/ees.pid` || true
    endscript
}
