]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/recipes/default.rb
Add support for the status action to the gps-update service
[chef.git] / cookbooks / gps-tile / recipes / default.rb
index d92bff63a79f0e976efc759b1c799d048f88f239..2a4db9582652f7bd3abf8bca5f1cd5876557d28c 100644 (file)
@@ -87,7 +87,7 @@ end
 
 service "gps-update" do
   action [ :enable, :start ]
-  supports :restart => true
+  supports :restart => true, :status => true
   subscribes :restart, "git[/srv/gps-tile.openstreetmap.org/updater]"
 end