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
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# 停止所有gunicorn进程
pkill gunicorn
echo "已停止所有gunicorn进程"