wok-next diff cherokee/stuff/cherokee.logrotate @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cherokee/stuff/cherokee.logrotate	Thu Mar 17 00:11:28 2016 -0300
     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 +}