This commit is contained in:
Gogs
2020-05-10 19:01:35 +04:00
parent a4a68833a1
commit a80bd7ba4f
2 changed files with 3 additions and 7 deletions

View File

@@ -5,5 +5,7 @@ echo "Подготовка..."
sh Prepare.sh
cd ..
echo "Запускаем сервер Gunicorn с Проигрывателем записей разговоров..."
ServiceName=$(python3 Scripts.py --getconfig PROGNAME)
echo "Запускаем сервер Gunicorn " $ServiceName
gunicorn -w 4 --timeout 900 --keep-alive 900 --bind 0.0.0.0:8001 StartServer:app