Ubuntu 16.04, how to make the nodejs application automatically restart when the system restarts?
I used it
npm install -g forever
forever start app.js
But restarting the system does not automatically start app.js, you still have to restart it manually