/var/log/openvas/openvasmd.log {
  missingok
  notifempty
  create 640 root adm
  weekly
  rotate 7
  compress
  postrotate
    if [ -s /var/run/openvasmd.pid ]; then kill -1 `cat /var/run/openvasmd.pid`; fi
  endscript
}
