summarylogtreecommitdiffstats
path: root/cups.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'cups.logrotate')
-rw-r--r--cups.logrotate7
1 files changed, 5 insertions, 2 deletions
diff --git a/cups.logrotate b/cups.logrotate
index 19e12101be2b..9c49bbdaff9a 100644
--- a/cups.logrotate
+++ b/cups.logrotate
@@ -1,5 +1,8 @@
-/var/log/cups/*_log {
+/var/log/cups/*log {
missingok
notifempty
- sharedscripts
+ delaycompress
+ postrotate
+ /bin/kill -HUP `cat /var/run/cups.pid 2>/dev/null` 2>/dev/null || true
+ endscript
}