16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
|
/var/log/iceccd.log /var/log/icecc_scheduler.log {
|
||
|
compress
|
||
|
dateext
|
||
|
maxage 30
|
||
|
rotate 99
|
||
|
missingok
|
||
|
notifempty
|
||
|
size +4096k
|
||
|
create 644 icecream icecream
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/init.d/icecream reload
|
||
|
endscript
|
||
|
}
|
||
|
|