]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/updater.erb
nominatim: add separate fpm-pool for details
[chef.git] / cookbooks / nominatim / templates / default / updater.erb
index beea8c8ac5e896cd99a25dfc0b9d086e3bb21c48..d8c9666ced65778455c0f0605fe96bc956f47e1f 100644 (file)
@@ -6,10 +6,10 @@
 DIR="$( cd "$( dirname "$0" )" && pwd )"
 cd $DIR/..
 
-while true
+while [ ! -f "<%= @update_stop_file %>" ]
 do
     # Send output to the log (logrotatable)
-    exec >> /var/log/nominatim/update.log 2>&1
+    exec >> <%= node[:nominatim][:logdir] %>/update.log 2>&1
     starttime=`date +%s`
 
     ./utils/update.php --no-npi --import-osmosis