]> git.pld-linux.org Git - packages/bind.git/blobdiff - named.logrotate
Up to 9.18.14.
[packages/bind.git] / named.logrotate
index 2416ca0a7f4f5e2dc0009f45169c67490bc1c6a2..35fa5400b76dbf2cb4925d81f714efd139b68c0e 100644 (file)
@@ -1,6 +1,8 @@
-/var/log/named {
+/var/lib/named/named.log {
+    su root named
+    create 640 named named
     postrotate
-            /usr/bin/killall -HUP named
+            /bin/killall -HUP named
     endscript
 }
                
This page took 0.025729 seconds and 4 git commands to generate.