]> git.pld-linux.org Git - packages/cups.git/blob - cups.logrotate
- up to 1.3.9
[packages/cups.git] / cups.logrotate
1 /var/log/cups/*log {
2         olddir /var/log/archive/cups
3         compress
4         create 660 root logs
5         postrotate
6                 /sbin/service cups restart > /dev/null
7         endscript
8 }
This page took 0.027529 seconds and 3 git commands to generate.