]> git.pld-linux.org Git - packages/cups.git/blame_incremental - cups.logrotate
- don't hide compiler invokation
[packages/cups.git] / cups.logrotate
... / ...
CommitLineData
1/var/log/cups/*log {
2 olddir /var/log/archive/cups
3 weekly
4 rotate 4
5 compress
6 create 660 root logs
7 postrotate
8 /sbin/service cups restart > /dev/null
9 endscript
10}
This page took 0.039831 seconds and 4 git commands to generate.