Files
List_server_busy/www-serve
T

4 lines
85 B
Bash
Raw Normal View History

2019-12-08 21:42:16 +01:00
#!/bin/bash
source activate listserv
gunicorn -w 1 --bind 0.0.0.0:6767 www-serve:app