Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created April 19, 2011 15:58
Show Gist options
  • Save deedubs/928588 to your computer and use it in GitHub Desktop.
Save deedubs/928588 to your computer and use it in GitHub Desktop.
task :restart, :roles => :app, :except => { :no_release => true } do
run "cd #{current_path} && sudo kill -SIGUSR2 `cat tmp/pids/master.pid`"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment