]> git.pld-linux.org Git - packages/cups.git/blob - cups.logrotate
bac389e97a1029fe4311ff9be7a693d1876b30aa
[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.063094 seconds and 2 git commands to generate.