c-icap.logrotate 191 B

12345678910
  1. /var/log/c-icap/*.log {
  2. create 600 proxy proxy
  3. sharedscripts
  4. missingok
  5. notifempty
  6. postrotate
  7. /bin/kill -HUP `cat /run/c-icap/c-icap.pid 2>/dev/null` 2> /dev/null || true
  8. endscript
  9. }