summaryrefslogtreecommitdiffstats
path: root/source/n/ulogd/ulogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/ulogd/ulogd.logrotate')
-rw-r--r--source/n/ulogd/ulogd.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/n/ulogd/ulogd.logrotate b/source/n/ulogd/ulogd.logrotate
new file mode 100644
index 000000000..b3fb6d12d
--- /dev/null
+++ b/source/n/ulogd/ulogd.logrotate
@@ -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
+}