]> git.pld-linux.org Git - packages/cups.git/blame - cups.logrotate
- from DEVEL
[packages/cups.git] / cups.logrotate
CommitLineData
1c02ee19 1/var/log/cups/*log {
90bd769f 2 olddir /var/log/archiv/cups
1c02ee19 3 weekly
4 rotate 4
5 compress
40183055 6 create 660 root logs
1c02ee19 7 postrotate
6ec0e3ef 8 /sbin/service cups restart > /dev/null
1c02ee19 9 endscript
10}
This page took 0.123837 seconds and 4 git commands to generate.