/var/log/dansguardian/access.log {
  rotate 4
  weekly
  sharedscripts
  postrotate
    /bin/kill -HUP  2> /dev/null || true
  endscript
}
