summaryrefslogtreecommitdiff
path: root/resque.sh
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-19 15:11:20 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-19 15:11:20 +0200
commitbe1dc5544a7840d17657d3d8fcecb0d0fd4401b5 (patch)
tree0b996bfa5ffed01592330cb59cbc6ac702b86b4b /resque.sh
parent4eef112462e4a9d7d990603896810d0e945e1769 (diff)
downloadgitlab-ce-be1dc5544a7840d17657d3d8fcecb0d0fd4401b5.tar.gz
resque via nohup
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 ab67c650805..0ebf319efc1 100755
--- a/resque.sh
+++ b/resque.sh
@@ -1,2 +1,2 @@
mkdir -p tmp/pids
-bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes
+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 &