/var/log/lighttpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /bin/kill -HUP  2>/dev/null || :
    endscript
}
