about summary refs log tree commit diff stats
path: root/tools/conf/etc/logrotate.d/dnsmasq
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conf/etc/logrotate.d/dnsmasq')
-rw-r--r--tools/conf/etc/logrotate.d/dnsmasq11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/conf/etc/logrotate.d/dnsmasq b/tools/conf/etc/logrotate.d/dnsmasq
deleted file mode 100644
index 3151ddc..0000000
--- a/tools/conf/etc/logrotate.d/dnsmasq
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/dnsmasq {
-    weekly
-    create 0644 root root
-    rotate 5
-    sharedscripts
-    postrotate
-    if [ -f /var/run/syslog-ng.pid ]; then \
-    	kill -HUP `cat /var/run/syslog-ng.pid`; \
-    fi;
-    endscript
-}