/var/log/iwhd.log {
    weekly
    notifempty
    missingok
    #    kill -HUP `cat /var/run/iwhd.pid`  <--- we haven't got a pidfile yet
    postrotate
        /usr/bin/killall -HUP iwhd 2>/dev/null || true
    endscript
}
