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