# Logrotate file for EES
/var/log/ees/ees.log {
    missingok
    compress
    notifempty
    daily
    create 0640 ees ees
    postrotate
       /usr/bin/killall -HUP ees || true
    endscript
}
