PM2的使用

  1. 安装pm2 npm i pm2 -g
  2. 运行 pm2 start hello.js --name hello
  3. 开机自启 pm2 startup
  4. 保持进程 pm2 save

你可能感兴趣的:(PM2的使用)