diff options
Diffstat (limited to 'main/ulogd/ulogd.logrotate')
-rw-r--r-- | main/ulogd/ulogd.logrotate | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/main/ulogd/ulogd.logrotate b/main/ulogd/ulogd.logrotate index 6974d41b15..1daed48604 100644 --- a/main/ulogd/ulogd.logrotate +++ b/main/ulogd/ulogd.logrotate @@ -1,12 +1,5 @@ -/var/log/ulogd.log /var/log/ulog.syslogemu { - rotate 4 - daily +/var/log/ulogd.* { missingok - notifempty - compress + copytruncate delaycompress - sharedscripts - postrotate - /etc/init.d/ulogd reload &>/dev/null - endscript } |