]> git.ipfire.org Git - ipfire-3.x.git/blob - bind/named.logrotate
4ed78cc50a989d2691ac050e636e32946ebbd47c
[ipfire-3.x.git] / bind / named.logrotate
1 /var/named/data/named.run {
2 missingok
3 su named named
4 create 0644 named named
5 postrotate
6 /sbin/service named reload 2> /dev/null > /dev/null || true
7 endscript
8 }