/var/log/deejayd.log /var/log/deejayd.*.log {
    rotate 4
    weekly
    compress
    copytruncate
    missingok
    notifempty
    sharedscripts
    postrotate
        if invoke-rc.d --quiet deejayd status > /dev/null; then
            invoke-rc.d --quiet deejayd reload > /dev/null
        fi
    endscript
}
