search

Home  >  Q&A  >  body text

node.js - How to make nodejs application forever restart automatically?

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

高洛峰高洛峰2724 days ago1123

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-06-14 10:53:32

    Put the startup command in the boot script

    reply
    0
  • typecho

    typecho2017-06-14 10:53:32

    Use pm2 to execute pm2 startup and then pm2 save

    reply
    0
  • Cancelreply