KrevetkaOo / node-pm2-windows-startup

Utility to make PM2 automatically resurrect on Windows startup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pm2-windows-startup

Utility to make PM2 automatically resurrect on Windows startup. The utility achieves this by adding the right registry entry, using start-on-windows-boot.

Installation and usage

> npm install pm2-windows-startup -g
> pm2-startup install

PM2 will now automatically revive the saved processes on startup. To save the current list of processes execute:

> pm2 save

Uninstall

> pm2-startup uninstall

This removes the registry entry that starts the process on startup

About

Utility to make PM2 automatically resurrect on Windows startup

License:MIT License


Languages

Language:JavaScript 93.6%Language:Visual Basic 5.5%Language:Batchfile 0.9%