X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/28360d6f39fa7fe8229ed64b4c93d1d0405add47..f71ac318c6866183a879adda1c7ecef007a74924:/cookbooks/tile/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 1bc45e92f..6aeedaae8 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -459,6 +459,7 @@ if node[:tile][:database][:external_data_script] cwd "/srv/tile.openstreetmap.org" user "tile" group "tile" + ignore_failure true end end @@ -533,7 +534,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