This commit is contained in:
2025-11-19 19:42:38 +08:00
parent 834592f69b
commit 64eb839c2a

9
stop.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
#uvicorn
pkill -9 -f web:app
pkill -9 -f webx:app
pkill -9 -f multiprocessing-fork
#
pkill -9 -f build_full_index.py