void-packages/srcpkgs/cherokee/files/cherokee.logrotate

10 lines
216 B
Text
Raw Normal View History

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