summaryrefslogtreecommitdiff
path: root/libre/cups-libre/cups.logrotate
blob: 67c4cdd398e614aa8d38138d15647a5b58754964 (plain)
1
2
3
4
5
6
7
8
9
/var/log/cups/*log {
   missingok
   notifempty
   delaycompress
   postrotate
      /bin/kill -HUP `cat /var/run/cups.pid 2>/dev/null` 2>/dev/null || true
   endscript
}