Update kill.sh

This commit is contained in:
krakenrf 2021-12-29 22:34:05 +13:00 committed by GitHub
parent 54557c9be6
commit d27ac4f4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#/bin/sh!
sudo kill $(ps ax | grep "[p]ython3 _UI/_web_interface/kraken_web_interface.py" | awk '{print $1}') 2> /dev/null
sudo kill $(ps ax | grep "[p]hp" | awk '{print $1}') 2> /dev/null
sudo pkill -f gunicorn
sudo kill -64 $(ps ax | grep "[p]ython3 _UI/_web_interface/kraken_web_interface.py" | awk '{print $1}') 2> /dev/null
sudo kill -64 $(ps ax | grep "[p]hp" | awk '{print $1}') 2> /dev/null
#sudo pkill -f gunicorn