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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@mrzyx.de>2012-11-04 20:05:16 +0400
committerJonne Haß <me@mrzyx.de>2012-11-04 20:05:16 +0400
commite75aa111e3caf8b7a1b5159073c62fc8f2ca63e0 (patch)
tree263793a6ad2f2d11ca5bed210d122c2227db47d6 /Procfile
parentf506c9c71e2f3bb6247cbba8c9bde30a1e299a05 (diff)
use foremans formation option and not the alias concurrency, start unicorn_rails instead of unicorn
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index a1ddfe5e0..999e5c582 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: bundle exec unicorn -c config/unicorn.rb -p $PORT
+web: bundle exec unicorn_rails -c config/unicorn.rb -p $PORT
worker: env QUEUE=* bundle exec rake resque:work