CC-4119: zendphp.log is not rotated

-fixed
This commit is contained in:
Martin Konecny 2012-08-20 15:54:10 -04:00
parent 5315d1efd0
commit f6a4732e87
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/var/log/airtime/zendphp.log {
compress
rotate 10
size 1000k
missingok
notifempty
sharedscripts
postrotate
touch /var/log/airtime/zendphp.log
chown www-data:www-data /var/log/airtime/zendphp.log
endscript
}