mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03: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:
parent
3b9e67ed1b
commit
0da94ada2b
@ -72,7 +72,7 @@ stdout_logfile=/dev/fd/1
|
||||
stdout_logfile_maxbytes=0
|
||||
|
||||
[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
|
||||
|
||||
[unix_http_server]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user