bind/named.logrotate
Adam Tkac 70e2a7d863 Fix logrotate config file (#725256)
Signed-off-by: Adam Tkac <atkac@redhat.com>
2011-09-09 12:55:09 +02:00

9 lines
189 B
Plaintext

/var/named/data/named.run {
missingok
su named named
create 0644 named named
postrotate
/sbin/service named reload 2> /dev/null > /dev/null || true
endscript
}