This is an introduction to the command, but it is as follows.
ps aux | grep puma kill -9 "puma process id"
This is because the rails server is started using puma.
Recommended Posts