rDrama/restart

3 lines
94 B
Plaintext
Raw Normal View History

2021-09-05 23:27:28 +00:00
source /env
2021-09-05 23:09:32 +00:00
killall gunicorn
2021-09-08 07:10:29 +00:00
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80