From 4f0daabe331a257efa8b119aed895b00b7da20a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Mon, 28 Aug 2023 00:21:57 +0800 Subject: [PATCH] =?UTF-8?q?pm2.sh=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pm2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pm2.sh b/pm2.sh index 218d388..26ab92c 100644 --- a/pm2.sh +++ b/pm2.sh @@ -1,10 +1,9 @@ +# # 安装 pm2 # npm i -g pm2 -# npm install pm2-windows-startup -g # 启动服务 并设置开机启动 pm2 start index.js --name nuclear-data-spider pm2 save -pm2-startup install # # 查看当前运行列表 # pm2 list