]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/recipes/default.rb
nominatim: do not start maintenance trigger
[chef.git] / cookbooks / nominatim / recipes / default.rb
index f117904a8ee607149a8726305ae9fa72dd6418a7..7a9e9f163e006dc2e20d5da0ff28eccac8c9234e 100644 (file)
@@ -334,7 +334,8 @@ else
   end
 
   service "nominatim-update-maintenance-trigger" do
-    action [:enable, :start]
+    action [:enable]
+  end
 end
 
 template "#{source_directory}/utils/nominatim-update" do