aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ulogd/ulogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ulogd/ulogd.logrotate')
-rw-r--r--testing/ulogd/ulogd.logrotate12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/ulogd/ulogd.logrotate b/testing/ulogd/ulogd.logrotate
new file mode 100644
index 0000000000..6974d41b15
--- /dev/null
+++ b/testing/ulogd/ulogd.logrotate
@@ -0,0 +1,12 @@
+/var/log/ulogd.log /var/log/ulog.syslogemu {
+ rotate 4
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+ postrotate
+ /etc/init.d/ulogd reload &>/dev/null
+ endscript
+}