diff --git a/1.0/package/conf/supervisord.conf b/1.0/package/conf/supervisord.conf index 19f08e6..13ebcf3 100644 --- a/1.0/package/conf/supervisord.conf +++ b/1.0/package/conf/supervisord.conf @@ -5,6 +5,9 @@ nodaemon=true file=/var/run/supervisor.sock chmod=0700 +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface + [supervisorctl] serverurl=unix:///var/run/supervisor.sock