Importing all of DRL, including ulogd and all of its files.
[distributedratelimiting.git] / ulogd.logrotate
diff --git a/ulogd.logrotate b/ulogd.logrotate
new file mode 100644 (file)
index 0000000..b3fb6d1
--- /dev/null
@@ -0,0 +1,7 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu /var/log/ulogd.pktlog /var/log/ulogd.pcap {
+    missingok
+    sharedscripts
+    postrotate
+       /bin/killall -HUP ulogd 2> /dev/null || true
+    endscript
+}