PKGBUILDs/aur/cherokee/cherokee.logrotate

10 lines
216 B
Plaintext
Raw Normal View History

2012-06-04 16:44:47 +00:00
/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
}