/var/log/wsshdict/wsshdict.log {
        daily
        missingok
        rotate 52
        compress
        delaycompress
        notifempty
        create 600 imunify360-webshield imunify360-webshield
        sharedscripts
        postrotate
                if [ -f /var/run/wsshdict/wsshdict.pid ]; then
                        kill -USR1 `cat /var/run/wsshdict/wsshdict.pid`
                fi
        endscript
}
