add resque to gitlab service

This commit is contained in:
Dmitriy Zaporozhets 2012-03-15 19:49:36 +02:00
parent 2e2e0522d4
commit 5fdcbedab4
2 changed files with 8 additions and 3 deletions

View file

@ -1,2 +1,2 @@
mkdir tmp/pids
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid & >> log/resque_worker.log 2>&1