mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
move reload functionality to its own file
This commit is contained in:
@@ -122,5 +122,5 @@ SERVICE_NAME_DICT = {
|
||||
"fact": "factcacher",
|
||||
"nginx": "nginx"}
|
||||
# Used for sending commands in automatic restart
|
||||
uWSGI_FIFO_LOCATION = '/awxfifo'
|
||||
UWSGI_FIFO_LOCATION = '/awxfifo'
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ SERVICE_NAME_DICT = {
|
||||
"daphne": "awx-daphne",
|
||||
"fact": "awx-fact-cache-receiver"}
|
||||
# Used for sending commands in automatic restart
|
||||
uWSGI_FIFO_LOCATION = '/var/lib/awx/awxfifo'
|
||||
UWSGI_FIFO_LOCATION = '/var/lib/awx/awxfifo'
|
||||
|
||||
# Store a snapshot of default settings at this point before loading any
|
||||
# customizable config files.
|
||||
|
||||
Reference in New Issue
Block a user