mirror of
https://github.com/ansible/awx.git
synced 2026-05-25 09:37:45 -02:30
Make supervisor more consistent
Configs go in /etc, sockets in /var/run/supervisor for all invocations.
This commit is contained in:
@@ -35,7 +35,7 @@ data:
|
||||
|
||||
unset $(cut -d = -f -1 /etc/tower/conf.d/environment.sh)
|
||||
|
||||
supervisord -c /supervisor_task.conf
|
||||
supervisord -c /etc/supervisord_task.conf
|
||||
|
||||
launch-awx-web: |
|
||||
#!/usr/bin/env bash
|
||||
@@ -54,5 +54,5 @@ data:
|
||||
|
||||
unset $(cut -d = -f -1 /etc/tower/conf.d/environment.sh)
|
||||
|
||||
supervisord -c /supervisor.conf
|
||||
supervisord -c /etc/supervisord.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user