14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
|
/var/log/c_icap/*.log {
|
||
|
compress
|
||
|
dateext
|
||
|
maxage 365
|
||
|
rotate 99
|
||
|
missingok
|
||
|
notifempty
|
||
|
size=+2096k
|
||
|
create 600 vscan root
|
||
|
postrotate
|
||
|
/etc/init.d/c-icap reload
|
||
|
endscript
|
||
|
}
|