yzk_wechat_event/start

5 lines
114 B
Plaintext
Raw Normal View History

2023-12-13 11:41:22 +08:00
#!/bin/bash
gunicorn -c yzk_wechat_event/gunicorn.conf.py yzk_wechat_event.wsgi:application &
tail -f logs/*.log