How Kill node process on killing forever process How Kill node process on killing forever process unix unix

How Kill node process on killing forever process


Yes there is, use a signal handler in your script to catch the sigterm and kill the node process.

www.gnu.org/software/bash/manual/html_node/Signals.html


$ killall node

Will kill them.