summaryrefslogtreecommitdiffstats
path: root/ulogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd.logrotate')
-rw-r--r--ulogd.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/ulogd.logrotate b/ulogd.logrotate
new file mode 100644
index 0000000..beb01b0
--- /dev/null
+++ b/ulogd.logrotate
@@ -0,0 +1,7 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu /var/log/ulogd.pktlog {
+ missingok
+ sharedscripts
+ postrotate
+ /bin/killall -HUP ulogd 2> /dev/null || true
+ endscript
+}