X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4540ea2e1dd03ebb2487bacfa9888d0e1ccb9c23..fa94eb23315195c6af34a5152e7f3426b42c7e3f:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 1bc45e92f..64807f74c 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -533,7 +533,7 @@ end service "tile-ratelimit" do action [:enable, :start] - subscribes :restart, "file[/usr/local/bin/time-ratelimit]" + subscribes :restart, "file[/usr/local/bin/tile-ratelimit]" subscribes :restart, "systemd_service[tile-ratelimit]" end