This commit is contained in:
jackyu66git
2025-05-22 12:38:02 +08:00
parent fa3cb6c96b
commit a1e033432b
10 changed files with 577 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# 找到并终止gunicorn进程
echo "停止gunicorn进程..."
pkill -f "venv/bin/gunicorn"
echo "已停止所有gunicorn进程"