summaryrefslogtreecommitdiff
path: root/resque.sh
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-15 19:49:36 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-15 19:49:36 +0200
commit5fdcbedab4ea8ea42f60af275aff30d29a84d3e8 (patch)
treead9b600ba62157d8dbe493ba4546680b6157ed08 /resque.sh
parent2e2e0522d4777b457edb207758cb18520c6930fe (diff)
downloadgitlab-ce-5fdcbedab4ea8ea42f60af275aff30d29a84d3e8.tar.gz
add resque to gitlab service
Diffstat (limited to 'resque.sh')
-rwxr-xr-xresque.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resque.sh b/resque.sh
index 84a1066f087..d8b68d463f0 100755
--- a/resque.sh
+++ b/resque.sh
@@ -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