summaryrefslogtreecommitdiffstats
path: root/network/nsd/nsd.logrotate
blob: 5df3e2ba4a444a2c9770bb350292baffee03d6d7 (plain)
/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
}