From c9fc89d11e193a5b3a7bbb056fc34dbf738b8805 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Fri, 5 Sep 2014 17:38:25 -0700 Subject: [PATCH] removed supervisor.conf autostart=true it's true by default. --- examples/supervisor.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/supervisor.conf b/examples/supervisor.conf index f082fe5f..73a7b762 100644 --- a/examples/supervisor.conf +++ b/examples/supervisor.conf @@ -2,6 +2,5 @@ command=/usr/local/bin/gunicorn main:application -c /path/to/project/gunicorn.conf.py directory=/path/to/project user=nobody -autostart=true autorestart=true redirect_stderr=true