]> git.pld-linux.org Git - packages/cups.git/blob - cups.logrotate
- added tcp_wrappers and lspp bconds (default to off, should be consider libwrap...
[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.025659 seconds and 3 git commands to generate.