summarylogtreecommitdiffstats
path: root/cherokee.logrotate
blob: 19207fd02006370e71b91bd6402e8abef7559b0f (plain)
1
2
3
4
5
6
7
8
9
/var/log/cherokee/*.error /var/log/cherokee/*.access {
   daily
   rotate 14
   compress
   sharedscripts
   postrotate
      /bin/kill -HUP `cat /var/run/cherokee.pid 2>/dev/null` 2>/dev/null || true
   endscript
}