X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e616d9d213ad09a0640adf998efc71feedb70753..dda736cb32c650afe6d18c1fa311c4b68c1e0fde:/cookbooks/nominatim/templates/default/logrotate.nominatim.erb diff --git a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb index fda755c64..a8952fe8f 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -9,3 +9,16 @@ notifempty create 640 nominatim adm } +<% if node[:lsb][:release].to_f < 14.04 -%> + +/var/log/php5-fpm.log { + weekly + missingok + rotate 3 + compress + delaycompress + postrotate + /usr/bin/service php5-fpm restart > /dev/null + endscript +} +<% end -%>