X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c9c9ccd01efe21f650cab8fce05210f60c7a76cc..7f6a64a65a5c512ba2ee9802bab4d99fd33d3e55:/cookbooks/web/recipes/frontend.rb 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