1、安装
npm install -g pm2
2、npm 启动
pm2 start -i 0 npm --name sunnesserver -- run start # -i max 根据有效CPU数目启动最大进程数目
-i max
3、开机启动
pm2 save # 保存服务
pm2 startup # 把已启动服务加到systemd中
pm2 unstartup systemd # 删除自动启动服务