diff options
Diffstat (limited to 'main/cups/cups.logrotate')
-rw-r--r-- | main/cups/cups.logrotate | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/cups/cups.logrotate b/main/cups/cups.logrotate index 9c49bbdaff..a50b058a3c 100644 --- a/main/cups/cups.logrotate +++ b/main/cups/cups.logrotate @@ -1,8 +1,8 @@ /var/log/cups/*log { - missingok - notifempty - delaycompress - postrotate - /bin/kill -HUP `cat /var/run/cups.pid 2>/dev/null` 2>/dev/null || true - endscript + missingok + notifempty + delaycompress + postrotate + /etc/init.d/cupsd --quiet --ifstarted reload + endscript } |