X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c9c9ccd01efe21f650cab8fce05210f60c7a76cc..0978b7eac93a4c62530bcdc1657664fcf88b74f7:/cookbooks/web/recipes/frontend.rb?ds=sidebyside diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index eb95b18f7..c114f6516 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -49,10 +49,6 @@ template "/etc/logrotate.d/apache2" do mode 0o644 end -service "rails-jobs" do - action [:stop, :disable] -end - service "rails-jobs@mailers" do action [:enable, :start] supports :restart => true