Restart a node.js app from code level
I’ve an app which initially creates static
config files (once) and after files were written I need to reinitialize/restart the application.
Is there something to restart a node.js app from itself?
I’ve an app which initially creates static
config files (once) and after files were written I need to reinitialize/restart the application.
Is there something to restart a node.js app from itself?
When I used killall -9 name
to kill a program, the state become zombie. Some minutes later, it stopped really.
So, what’s happening during those minutes?