yzk_wechat_event/start

6 lines
171 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 &
2024-01-12 15:17:25 +08:00
echo '121.41.112.68 qyapi.weixin.qq.com' >> /etc/hosts &
2023-12-13 11:41:22 +08:00
tail -f logs/*.log