From: Sam Saffron Date: Wed, 13 Nov 2013 05:19:16 +0000 (-0800) Subject: use unicorn launcher to launch unicorn X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=268f7bbbc24abd29be0c3da477ef5af5af3e1755;p=discourse_docker.git use unicorn launcher to launch unicorn --- diff --git a/standalone.template.yml b/standalone.template.yml index 45c25d4..440a752 100644 --- a/standalone.template.yml +++ b/standalone.template.yml @@ -43,7 +43,7 @@ run: sv start redis || exit 1 sv start postgres || exit 1 cd $home - exec sudo -E -u discourse bundle exec unicorn -c config/unicorn.conf.rb + exec sudo -E -u discourse bundle exec config/unicorn_launcher config/unicorn.conf.rb - file: path: /etc/service/sidekiq/run