Skip to content

Commit

Permalink
Better kill of process
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jan 13, 2017
1 parent acb4869 commit a41819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace :server do

desc 'Shut down the server'
task :stop do
sh "kill -HUP `cat tmp/pids/server.pid`"
sh "kill -9 `cat tmp/pids/server.pid`"
end
end

Expand Down

0 comments on commit a41819c

Please sign in to comment.