diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-19 15:11:20 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-19 15:11:20 +0200 |
commit | be1dc5544a7840d17657d3d8fcecb0d0fd4401b5 (patch) | |
tree | 0b996bfa5ffed01592330cb59cbc6ac702b86b4b /resque.sh | |
parent | 4eef112462e4a9d7d990603896810d0e945e1769 (diff) | |
download | gitlab-ce-be1dc5544a7840d17657d3d8fcecb0d0fd4401b5.tar.gz |
resque via nohup
Diffstat (limited to 'resque.sh')
-rwxr-xr-x | resque.sh | 2 |
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 & |