X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa701fc119f67c4c7626ac07f2e081f249106305..e70f2280a019f3147d2a53ba614e5604d8487b57:/cookbooks/nominatim/templates/default/nominatim-update.erb?ds=sidebyside 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."