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
Put the startup command in the boot script
Use pm2 to execute pm2 startup and then pm2 save