]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: need to start the maintenance trigger
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Nov 2021 08:27:25 +0000 (09:27 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Nov 2021 08:27:25 +0000 (09:27 +0100)
cookbooks/nominatim/recipes/default.rb

index 8f097925fe5c4c6806868f16c0b6c928b939bc49..f117904a8ee607149a8726305ae9fa72dd6418a7 100644 (file)
@@ -332,6 +332,9 @@ else
     description "Schedule maintenance tasks for Nominatim DB"
     on_calendar "*-*-* 02:03:00 UTC"
   end
+
+  service "nominatim-update-maintenance-trigger" do
+    action [:enable, :start]
 end
 
 template "#{source_directory}/utils/nominatim-update" do