X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/241fcb72fc59ac141ed78e05f56b6b3f291da88e..cd61b458c9d289347eddfee79700289fc8b18080:/cookbooks/nominatim/templates/default/nominatim-update.erb diff --git a/cookbooks/nominatim/templates/default/nominatim-update.erb b/cookbooks/nominatim/templates/default/nominatim-update.erb index 9f122206c..6bff200e1 100644 --- a/cookbooks/nominatim/templates/default/nominatim-update.erb +++ b/cookbooks/nominatim/templates/default/nominatim-update.erb @@ -10,6 +10,9 @@ starttime=`date +%s` if /sbin/runuser -u nominatim -- <%= @bindir %>/nominatim-update-source; then pushd <%= @builddir %> make install +<% if node[:nominatim][:api_flavour] == "python" -%> + systemctl reload nominatim +<% end -%> if ! /sbin/runuser -u nominatim -- <%= @bindir %>/nominatim-update-refresh-db; then date "+%c === Database refresh failed. Stopping updates."