get supervisorctl to work in dev supervisor env

This commit is contained in:
AlanCoding 2017-02-13 17:33:28 -05:00
parent b5aad8cbed
commit 9a88091042

View File

@ -71,3 +71,11 @@ stdout_logfile_maxbytes=0
programs=celeryd,receiver,runworker,uwsgi,daphne,factcacher,nginx,flower
priority=5
[unix_http_server]
file=/tmp/supervisor.sock
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface