]> git.pld-linux.org Git - packages/cups.git/blob - cups.logrotate
- fixed bug: 'Unable to open "/dev/null" - Too many open files' (fixed in CUPS svn)
[packages/cups.git] / cups.logrotate
1 /var/log/cups/*log {
2         olddir /var/log/archiv/cups
3         weekly
4         rotate 4
5         compress
6         create 660 root logs
7         postrotate
8                 /etc/rc.d/init.d/cups restart > /dev/null
9         endscript
10 }
This page took 0.039699 seconds and 3 git commands to generate.