updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / cups-usblp / cups.logrotate
blob9c49bbdaff9af272194922a20a97ea0ae71bb0ba
1 /var/log/cups/*log {
2    missingok
3    notifempty
4    delaycompress
5    postrotate
6       /bin/kill -HUP `cat /var/run/cups.pid 2>/dev/null` 2>/dev/null || true
7    endscript