/var/log/oood/oood.log {
    sharedscripts
    rotate 10
    weekly
    missingok
    compress
    postrotate
        service oood restart >& /dev/null
    endscript
}
