From 9450256ce870dc3fdc5ebb944d30c65df1615205 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 15 Oct 2013 19:00:02 -0300 Subject: [PATCH] Changing supervisor command --- puppet/modules/colab/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index d7096e1..414469e 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -39,8 +39,8 @@ class colab { } supervisor::app { 'colab': - command => '/home/colab/.virtualenvs/colab/bin/gunicorn_django colab/src/colab', - directory => '/home/colab/', + command => '/home/colab/.virtualenvs/colab/bin/gunicorn colab.wsgi:application -t 300', + directory => '/home/colab/colab/src/', user => 'colab', } -- libgit2 0.21.2