mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
8 lines
130 B
Bash
8 lines
130 B
Bash
pkill -9 -f python
|
|
pkill -9 -f fastdeploy
|
|
pkill -f -9 gunicorn
|
|
|
|
if redis-cli ping >/dev/null 2>&1; then
|
|
redis-cli shutdown
|
|
fi
|