Changed turnoffserver-script to kill pool of workers gracefully

This commit is contained in:
drsnuggles
2013-02-27 13:33:30 +10:00
parent fa0c3c8f3e
commit 2b073514ba
2 changed files with 2 additions and 4 deletions

View File

@@ -3,4 +3,4 @@
screen -d -m -S "Server" bundle exec rails s
screen -d -m -S "Solr" bundle exec rake sunspot:solr:run
screen -d -m -S "Redis" redis-server
bundle exec resque-pool --daemon --environment development
bundle exec resque-pool --daemon --environment development --term-graceful