X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ce09413670e9cf3fef773c6ca00ee5798dd347ee..50c5e663bcc99a2a01c0a2e7886b75cb99659089:/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 e1fc71416..497cb41cf 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -17,15 +17,10 @@ compress delaycompress notifempty +<% if node[:nominatim][:api_flavour] == "python" %> + postrotate + systemctl reload nominatim.service + endscript +<% end -%> create 640 www-data adm } - -<%= node[:nominatim][:logdir] %>/restricted_ips.log { - weekly - missingok - rotate 5 - compress - delaycompress - notifempty - create 660 nominatim adm -}