From 268f7bbbc24abd29be0c3da477ef5af5af3e1755 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Tue, 12 Nov 2013 21:19:16 -0800 Subject: [PATCH] use unicorn launcher to launch unicorn --- standalone.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1