]> git.pld-linux.org Git - packages/c-icap.git/blob - c-icap.logrotate
- updated to 0.5.12
[packages/c-icap.git] / c-icap.logrotate
1 /var/log/c-icap/[as]*.log {
2         su root c-icap
3         olddir /var/log/archive/c-icap
4         compress
5         create 660 root c-icap
6         postrotate
7                 /bin/killall -HUP c-icap
8         endscript
9         sharedscripts
10 }
This page took 0.049079 seconds and 3 git commands to generate.