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