SoulBook/start.sh
2024-08-01 19:38:07 +08:00

3 lines
167 B
Bash

sh stop.sh
nohup python3 -m gunicorn -c soulbook/config/gunicorn.py --worker-class sanic.worker.GunicornWorker soulbook.server:app --log-level=debug >/dev/null 2>&1 &