summaryrefslogtreecommitdiffstats
path: root/network/nsd/nsd.logrotate
blob: 5df3e2ba4a444a2c9770bb350292baffee03d6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/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
}