node.js - Why doesn't forever restart node process if i kill it -
I have always installed Ubuntu 14.04 with commands in ec2 example
sudo npm always Always list / p>
If I am using that process by using the kill 8673 command does not always restart the node server but according to that blog post it restart the server
Why does this happen and how to continuously run the node server forever ?? Any kind of help is appreciated.
Comments
Post a Comment