/var/log/nsd/*.log {
  daily
  rotate 14
  notifempty
  create 0640 nsd nsd
  su nsd nsd
  missingok
  compress
  sharedscripts
  postrotate
    /etc/rc.d/rc.nsd logreopen
  endscript
}