PKGBUILDs/aur/cherokee/cherokee.logrotate
2012-06-04 12:44:47 -04:00

10 lines
216 B
Plaintext

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