pm2 startup: 这个命令将自动启动的配置添加到系统启动项中,以确保在系统重新启动后,您的应用程序也会重新启动。使用以下命令: bashCopy code 然后会生成一个命令,您需要在终端中执行它才能将添加到系统启动项中。这个命令类似于: bashCopy code pm2 save: 这个命令将您当前的进程列表保存到目录下的进程文件中,以...
pm2 startup pm2 unstartup 存储自动重启的进程列表: pm2 save #同 pm2 dump# 重新加载之前保存的应用列表 pm2 resurrect# 清除保存的应用列表 pm2 cleardump 文件更改后重新启动应用程序 使用--watch 选项非常简单: cd /path/to/my/app pm2 start env.js --watch --ignore-watch="node_modules" 使用--ign...
pm2 startup # 检测init系统,在启动时生成和配置pm2。Detect init system, generate and configure pm2 boot on startup pm2 save # 保存当前进程列表。Save current process list pm2 resurrect # 恢复以前保存的进程。Restore previously save processes pm2 unstartup # 停用和删除启动系统。Disable and remove st...
pm2是一个进程管理工具,可以用它来管理你的node进程,并查看node进程的状态,当然也支持性能监控,进程守护,负载均衡等功能 1、 pm2需要全局安装 npm install -g pm2 2、进入项目根目录 2.1 启动进程/应用 pm2 start bin/www 或 pm2 start app.js ...
一、官方文档: 官方相关文档:http://pm2.keymetrics.io/docs/usage/startup/#generating-a-startup-script 二、具体操作过程如下: 1、生成开机启动 pm2 服务的配置文件 运行:pm2 startup 命令 粘贴上面的命令到终端,
pm2 startup # 创建开机自启动命令pm2 startup # 创建开机自启动命令pm2 save # 保存当前应用列表 pm2 resurrect # 重新加载保存的应用列表pm2 resurrect # 重新加载保存的应用列表pm2 update # Save processes, kill PM2 and restore processes pm2 generate # Generate a sample json configuration filepm2 generate...
Utility to makePM2automatically resurrect on Windows startup. The utility achieves this by adding the right registry entry, usingstart-on-windows-boot. Installation and usage > npm install pm2-windows-startup -g > pm2-startup install PM2 will now automatically revive the saved processes on start...
$ pm2 startup # 创建开机自启动命令 $ pm2 save # 保存当前应用列表 $ pm2 resurrect # 重新加载保存的应用列表 $ pm2 update # Save processes, kill PM2 and restore processes $ pm2 generate # Generate a sample json configuration file pm2 start app.js --node-args="--max-old-space-size=1024...
/usr/binEnvironment=PM2_HOME=/root/.pm2PIDFile=/root/.pm2/pm2.pidRestart=on-failureExecStart=/usr/local/lib/node_modules/pm2/bin/pm2 resurrectExecReload=/usr/local/lib/node_modules/pm2/bin/pm2 reload allExecStop=/usr/local/lib/node_modules/pm2/bin/pm2 kill[Install]WantedBy=multi-user....
A free, fast, and reliable CDN for pm2-windows-startup. Utility to make PM2 automatically resurrect on Windows startup