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:
chris meyers 2020-02-21 10:02:47 -05:00 committed by Ryan Petrello
parent 3b9e67ed1b
commit 0da94ada2b
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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]