summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMAA <FooBarQuaxx@users.noreply.github.com>2017-09-08 13:38:30 +0200
committerGitHub <noreply@github.com>2017-09-08 13:38:30 +0200
commit6915c2109246d108712374180639cc001191c1ed (patch)
tree87b505e33b07f257af116abb2ff3709eb27d9a0c /installer
parentMerge pull request #51 from puiterwijk/fixbackport (diff)
downloadawx-6915c2109246d108712374180639cc001191c1ed.tar.xz
awx-6915c2109246d108712374180639cc001191c1ed.zip
Fixed typo in supervisor autorestart option
Diffstat (limited to 'installer')
-rw-r--r--installer/image_build/files/supervisor.conf2
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