Files
k3GPT/stop.sh

10 lines
131 B
Bash
Raw Permalink Normal View History

2025-11-19 19:42:38 +08:00
#!/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