]> git.pld-linux.org Git - packages/cups.git/blob - cups.logrotate
do not override system-wide logrotate compression as well
[packages/cups.git] / cups.logrotate
1 /var/log/cups/*log {
2         olddir /var/log/archive/cups
3         create 660 root logs
4         postrotate
5                 /sbin/service cups restart > /dev/null
6         endscript
7 }
This page took 0.120316 seconds and 3 git commands to generate.