X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4580187facb6dad0c10940fe92b39f6aaa859823..aba1410ce84a9f89371e3541768bbadcae65505f:/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 5e2caae28..a14042e47 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -19,16 +19,3 @@ notifempty create 640 www-data 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 -%>