void-packages/srcpkgs/cherokee/files/cherokee.logrotate
2011-12-21 08:39:11 -07:00

9 lines
216 B
Text

/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
}