]> git.pld-linux.org Git - packages/cups.git/blob - cups.logrotate
more verbose files, so we can track what belongs to cups and what to cups-filters...
[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.039155 seconds and 3 git commands to generate.