summaryrefslogtreecommitdiff
path: root/extra/cups/cups.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'extra/cups/cups.logrotate')
-rw-r--r--extra/cups/cups.logrotate6
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
}