]> git.pld-linux.org Git - packages/bind.git/blobdiff - named.logrotate
Up to 9.18.14.
[packages/bind.git] / named.logrotate
index 4e55fe55b6325471d62db0af7c8e912492a2dc40..35fa5400b76dbf2cb4925d81f714efd139b68c0e 100644 (file)
@@ -1,7 +1,8 @@
-/var/log/named {
-    create 640 named.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.057828 seconds and 4 git commands to generate.