mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
/var/log/named.log {
|
|
missingok
|
|
create 0644 named named
|
|
postrotate
|
|
/sbin/service named reload 2> /dev/null > /dev/null || true
|
|
endscript
|
|
}
|