Merge pull request #60 from FooBarQuaxx/patch-1

Fixed typo in supervisor autorestart option
This commit is contained in:
Wayne Witzel III 2017-09-08 09:22:22 -04:00 committed by GitHub
commit a8841e2e2b

View File

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