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'