You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
222 B

#/bin/sh!
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