Merge pull request #2394 from troyanov/master

fix warning 'nohup: redirecting stderr to stdout' for resque.sh
This commit is contained in:
Dmitriy Zaporozhets 2012-12-27 06:59:52 -08:00
commit c29457a396

View file

@ -1,2 +1,2 @@
mkdir -p tmp/pids
nohup bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.log &
nohup bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.stdout.log 2>./log/resque.stderr.log &