start.sh 94 Bytes
Newer Older
1
#!/bin/bash
2
gunicorn -w 2 -k gevent -D -p tamp_order.pid -b 127.0.0.1:8000 app.api.app:api dev