wok-stable rev 11174
cherokee: Forgot logrotate file.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 02 15:44:21 2011 +0000 (2011-11-02) |
parents | d2d3a1cb8911 |
children | cfdc7a358251 |
files | cherokee/stuff/cherokee.logrotate |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cherokee/stuff/cherokee.logrotate Wed Nov 02 15:44:21 2011 +0000 1.3 @@ -0,0 +1,9 @@ 1.4 +/var/log/cherokee/*.error /var/log/cherokee/*.access { 1.5 + daily 1.6 + rotate 14 1.7 + compress 1.8 + sharedscripts 1.9 + postrotate 1.10 + /bin/kill -HUP `cat /var/run/cherokee.pid 2>/dev/null` 2>/dev/null || true 1.11 + endscript 1.12 +}