Skip to content

Commit

Permalink
adds a rake script to restart the passenger worker
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuhl committed Sep 28, 2011
1 parent 9bd596e commit b5c5d3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tasks/restart.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
task :restart do
system("touch tmp/restart.txt")
# system("touch tmp/debug.txt") if ENV["DEBUG"] == 'true'
end

0 comments on commit b5c5d3a

Please sign in to comment.