dev environment - change location of receptor socket and sync awx and receptor nodes function (#11005)

* Change the location of the receptor socket

to /var/run/awx-receptor, to match what the installer is currently doing.

* Sync awx and receptor nodes for control socket

Co-authored-by: Jeff Bradberry <jeff.bradberry@gmail.com>
This commit is contained in:
Alan Rominger
2021-09-02 09:18:25 -04:00
committed by GitHub
parent 77e704cef1
commit eb0528c157
5 changed files with 7 additions and 3 deletions

View File

@@ -210,7 +210,7 @@ RUN for dir in \
/var/log/nginx \
/var/lib/postgresql \
/var/run/supervisor \
/var/run/receptor \
/var/run/awx-receptor \
/var/lib/nginx ; \
do mkdir -m 0775 -p $dir ; chmod g+rw $dir ; chgrp root $dir ; done && \
for file in \