/var/log/c-icap/*log {
    create 0644 c-icap c-icap
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        /bin/echo -n "relog" > /var/run/c-icap.ctl 2>/dev/null || true
    endscript
}

