yzk_wechat_event/start

5 lines
114 B
Bash

#!/bin/bash
gunicorn -c yzk_wechat_event/gunicorn.conf.py yzk_wechat_event.wsgi:application &
tail -f logs/*.log