mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
get supervisorctl to work in dev supervisor env
This commit is contained in:
parent
b5aad8cbed
commit
9a88091042
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user