cherokee.logrotate 216 B

12345678910
  1. /var/log/cherokee/*.error /var/log/cherokee/*.access {
  2. daily
  3. rotate 14
  4. compress
  5. sharedscripts
  6. postrotate
  7. /bin/kill -HUP `cat /var/run/cherokee.pid 2>/dev/null` 2>/dev/null || true
  8. endscript
  9. }