Skip to content

Commit

Permalink
Make monit reload, not restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmlikens committed Nov 6, 2011
1 parent b62b8e7 commit 1bfe5c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cookbooks/delayed_job/recipes/default.rb
Expand Up @@ -35,8 +35,7 @@
end
end

execute "monit-reload-restart" do
command "sleep 30 && monit reload && monit restart all -g dj_#{app_name}"
execute "monit reload" do
action :run
end

Expand Down

0 comments on commit 1bfe5c5

Please sign in to comment.