Somehow it does not lend itself to google search.
I am writing a server in node.js. I start the server by executing its script using the node program:
node myserver.js
But the standby server depends on my ssh session. How can I make this (and all such processes) permanent? Init.d?
source share