]> git.pld-linux.org Git - packages/cups.git/blob - cups.logrotate
- updated to 2.2.11
[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.038452 seconds and 3 git commands to generate.