move reload functionality to its own file

This commit is contained in:
AlanCoding
2017-02-15 13:01:36 -05:00
parent 186b672e4f
commit 7e3a5fd2c2
5 changed files with 102 additions and 64 deletions

View File

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

View File

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