pm2-win-autostart
v1.0.0
Published
A utility package that enables PM2 to start automatically in Windows. By Nokersoft
Maintainers
Readme
pm2-win-autostart
A utility package that enables PM2 to start automatically in Windows. Your PM2 process will automatically become active as soon as your system starts (no login required).
Installation
Important: You must run your terminal as Administrator.
npm install -g pm2-win-autostartNote: Remember to save your active PM2 processes first so that they can be restored at startup:
pm2 saveUninstallation
To remove PM2 from startup, run your terminal as Administrator and execute:
npm uninstall -g pm2-win-autostart