From 3a41423596add6719820f4b0c4d4252c2d256d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Fri, 22 Dec 2017 14:14:23 +0100 Subject: [PATCH] Revert "Make supervisor uncontrollable for now" This reverts commit 9f8cc3764f059f4712ee35672579bd7e050d5789. --- supervisord.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/supervisord.conf b/supervisord.conf index 447a9dd..3a1973c 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,6 +4,15 @@ logfile = /tmp/supervisord.log loglevel = DEBUG pidfile = /tmp/supervisord.pid +[unix_http_server] +file=/tmp/supervisor.sock + +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface + +[supervisorctl] +serverurl=unix:///tmp/supervisor.sock + [program:app] directory=%(ENV_TFW_APP_DIR)s command=env python app.py