diff options
Diffstat (limited to 'source/n/ulogd/ulogd.logrotate')
-rw-r--r-- | source/n/ulogd/ulogd.logrotate | 7 |
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 00000000..b3fb6d12 --- /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 +} |