From fa94eb23315195c6af34a5152e7f3426b42c7e3f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 28 Jul 2021 19:30:37 +0100 Subject: [PATCH] Fix typo --- cookbooks/tile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2