pm2.sh更新
This commit is contained in:
parent
b75ec7d6e7
commit
4f0daabe33
3
pm2.sh
3
pm2.sh
@ -1,10 +1,9 @@
|
|||||||
|
# # 安装 pm2
|
||||||
# npm i -g pm2
|
# npm i -g pm2
|
||||||
# npm install pm2-windows-startup -g
|
|
||||||
|
|
||||||
# 启动服务 并设置开机启动
|
# 启动服务 并设置开机启动
|
||||||
pm2 start index.js --name nuclear-data-spider
|
pm2 start index.js --name nuclear-data-spider
|
||||||
pm2 save
|
pm2 save
|
||||||
pm2-startup install
|
|
||||||
|
|
||||||
# # 查看当前运行列表
|
# # 查看当前运行列表
|
||||||
# pm2 list
|
# pm2 list
|
||||||
|
Loading…
Reference in New Issue
Block a user