Start Node JS application when server reboots with pm2

后端 未结 2 1124
滥情空心
滥情空心 2021-01-21 01:47

I am trying to use the module pm2 to start my node js app everytime the server boots. I have used the command pm2 startup ubuntu but each time I restar

2条回答
  •  -上瘾入骨i
    2021-01-21 02:25

    Go to your server directory and use the following commands:

    pm2 start 
    pm2 startup ubuntu
    pm2 save
    

提交回复
热议问题