]> git.pld-linux.org Git - packages/c-icap.git/blob - c-icap.logrotate
- drop pidfile related chunk, no need to replace something with same thing :)
[packages/c-icap.git] / c-icap.logrotate
1 /var/log/c-icap/[as]*.log {
2         olddir /var/log/archive/c-icap
3         compress
4         create 660 root c-icap
5         postrotate
6                 /bin/killall -HUP c-icap
7         endscript
8         sharedscripts
9 }
This page took 0.037858 seconds and 3 git commands to generate.