X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..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 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 }