Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-19 17:11:20 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-19 17:11:20 +0400
commitbe1dc5544a7840d17657d3d8fcecb0d0fd4401b5 (patch)
tree0b996bfa5ffed01592330cb59cbc6ac702b86b4b /resque_dev.sh
parent4eef112462e4a9d7d990603896810d0e945e1769 (diff)
resque via nohup
Diffstat (limited to 'resque_dev.sh')
-rwxr-xr-xresque_dev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resque_dev.sh b/resque_dev.sh
index 0f1d6edb41f..b250caa9aee 100755
--- a/resque_dev.sh
+++ b/resque_dev.sh
@@ -1,2 +1,2 @@
mkdir -p tmp/pids
-bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook VVERBOSE=1 PIDFILE=tmp/pids/resque_worker.pid RAILS_ENV=development BACKGROUND=yes
+nohup bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook VVERBOSE=1 RAILS_ENV=development PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.log &