Commit fea64946662a6043ec96c53bf2982d4f51ca4879

Authored by Dmitriy Zaporozhets
2 parents 255a9e03 fd071b57

Merge branch 'master' of github.com:gitlabhq/gitlabhq

Conflicts:
	resque.sh
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
resque.sh
1   -mkdir tmp/pids
  1 +mkdir -p tmp/pids
2 2 bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes
... ...