Commit c29457a396036b6e46b211378f6416e2f54bc739

Authored by Dmitriy Zaporozhets
2 parents 4cbb29cf a934bafd

Merge pull request #2394 from troyanov/master

fix warning 'nohup: redirecting stderr to stdout' for resque.sh
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 mkdir -p tmp/pids 1 mkdir -p tmp/pids
2 -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 & 2 +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 &
3 \ No newline at end of file 3 \ No newline at end of file