X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9ea48dbd10bd416e75abfb8fc10eb1b1c8f11842..0978b7eac93a4c62530bcdc1657664fcf88b74f7:/cookbooks/web/recipes/frontend.rb diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index 71a7c4384..c114f6516 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -49,7 +49,7 @@ template "/etc/logrotate.d/apache2" do mode 0o644 end -service "rails-jobs" do +service "rails-jobs@mailers" do action [:enable, :start] supports :restart => true subscribes :restart, "rails_port[www.openstreetmap.org]"