diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 09:41:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 09:41:20 +0000 |
commit | 12291fd8c047770e010144ab7ea4d3f4e32009d0 (patch) | |
tree | d14033338828a8a03b3562472148a3387b50215b /named.logrotate | |
parent | b615718de0cc3e33aef5cf6b5fe3895b25dce536 (diff) |
automatic import of bindopeneuler24.03_LTS
Diffstat (limited to 'named.logrotate')
-rw-r--r-- | named.logrotate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/named.logrotate b/named.logrotate new file mode 100644 index 0000000..5df448f --- /dev/null +++ b/named.logrotate @@ -0,0 +1,12 @@ +/var/named/data/named.run { + missingok + su named named + create 0644 named named + postrotate + /usr/bin/systemctl reload named.service > /dev/null 2>&1 || true + /usr/bin/systemctl reload named-chroot.service > /dev/null 2>&1 || true + /usr/bin/systemctl reload named-sdb.service > /dev/null 2>&1 || true + /usr/bin/systemctl reload named-sdb-chroot.service > /dev/null 2>&1 || true + /usr/bin/systemctl reload named-pkcs11.service > /dev/null 2>&1 || true + endscript +} |