mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
get supervisorctl to work in dev supervisor env
This commit is contained in:
@@ -71,3 +71,11 @@ stdout_logfile_maxbytes=0
|
|||||||
programs=celeryd,receiver,runworker,uwsgi,daphne,factcacher,nginx,flower
|
programs=celeryd,receiver,runworker,uwsgi,daphne,factcacher,nginx,flower
|
||||||
priority=5
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user