mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
add missing service name to dev env
* Dev env was bringing the wsbroadcast service up but not under the tower-process dependency. This is cleaner.
This commit is contained in:
committed by
Ryan Petrello
parent
3b9e67ed1b
commit
0da94ada2b
@@ -72,7 +72,7 @@ stdout_logfile=/dev/fd/1
|
|||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
||||||
[group:tower-processes]
|
[group:tower-processes]
|
||||||
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx
|
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsbroadcast
|
||||||
priority=5
|
priority=5
|
||||||
|
|
||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
|
|||||||
Reference in New Issue
Block a user