SyntaxFix
Write A Post
Hire A Developer
Questions
You can find and kill the running processes: ps aux | grep puma Then you can kill it with kill PID
ps aux | grep puma
kill PID