SyntaxFix
Write A Post
Hire A Developer
Questions
pgrep -f <your process name> | xargs kill -9
This will kill the your process service. In my case it is
pgrep -f python | xargs kill -9