diff options
Diffstat (limited to 'testing/ulogd/ulogd.logrotate')
-rw-r--r-- | testing/ulogd/ulogd.logrotate | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/ulogd/ulogd.logrotate b/testing/ulogd/ulogd.logrotate deleted file mode 100644 index 6974d41b15..0000000000 --- a/testing/ulogd/ulogd.logrotate +++ /dev/null @@ -1,12 +0,0 @@ -/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 -} |