rDrama/restart
2022-01-23 21:51:56 +02:00

3 lines
No EOL
147 B
Text

source /env.sh
killall gunicorn
gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500