/var/log/isdngw/isdngw.log {
    rotate 30
    size=100M
    notifempty
    missingok
    postrotate
        kill -HUP `cat /var/run/isdngw.pid`
    endscript
}
