X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/89a41ef0a45d66064c577adaba75663c27f2398b..cea89bc150194bbcef908eaa29cd64141ba82b85:/cookbooks/gps-tile/recipes/default.rb diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index d92bff63a..2a4db9582 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -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