diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
commit | 7cd564d1e9657febf970765ffd43fcee8abe7ff5 (patch) | |
tree | 49981b5eb9933d5122695dbe1698233d0ef53133 /extra/cups/cups.logrotate | |
parent | 4ac93228afaf8da847b4ec91aac9c43f3bef472c (diff) |
Sat May 31 03:30:32 UTC 2014
Diffstat (limited to 'extra/cups/cups.logrotate')
-rw-r--r-- | extra/cups/cups.logrotate | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/extra/cups/cups.logrotate b/extra/cups/cups.logrotate index 9c49bbdaf..b4245bc52 100644 --- a/extra/cups/cups.logrotate +++ b/extra/cups/cups.logrotate @@ -1,8 +1,4 @@ -/var/log/cups/*log { +/var/log/cups/*_log { missingok notifempty - delaycompress - postrotate - /bin/kill -HUP `cat /var/run/cups.pid 2>/dev/null` 2>/dev/null || true - endscript } |