X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..852308b0744a0898a5edece0609b993055168b36:/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 ba7a5bc3f..497cb41cf 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -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 }