发布于 4年前
pm2 添加nodejs程序开机自启
首先运行想要自启的服务如:
pm2 start index.js
添加自启:
pm2 startup
pm2 save
取消自启:
pm2 unstartup systemd
首先运行想要自启的服务如:
pm2 start index.js
添加自启:
pm2 startup
pm2 save
取消自启:
pm2 unstartup systemd