diff options
author | MAA <FooBarQuaxx@users.noreply.github.com> | 2017-09-08 13:38:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 13:38:30 +0200 |
commit | 6915c2109246d108712374180639cc001191c1ed (patch) | |
tree | 87b505e33b07f257af116abb2ff3709eb27d9a0c /installer | |
parent | Merge pull request #51 from puiterwijk/fixbackport (diff) | |
download | awx-6915c2109246d108712374180639cc001191c1ed.tar.xz awx-6915c2109246d108712374180639cc001191c1ed.zip |
Fixed typo in supervisor autorestart option
Diffstat (limited to 'installer')
-rw-r--r-- | installer/image_build/files/supervisor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/image_build/files/supervisor.conf b/installer/image_build/files/supervisor.conf index 384feeea2b..ec0acac101 100644 --- a/installer/image_build/files/supervisor.conf +++ b/installer/image_build/files/supervisor.conf @@ -16,7 +16,7 @@ stderr_logfile_maxbytes=0 command = /var/lib/awx/venv/awx/bin/uwsgi --socket 127.0.0.1:8050 --module=awx.wsgi:application --vacuum --processes=5 --harakiri=120 --no-orphans --master --max-requests=1000 --master-fifo=/var/lib/awx/awxfifo --lazy-apps -b 32768 directory = /var/lib/awx autostart = true -2autorestart = true +autorestart = true stopwaitsecs = 15 stopsignal = INT stdout_logfile=/dev/stdout |