Answers for "pm2 process disappears after reboot"

0

pm2 process disappears after reboot

pm2 startup                   # Detect init system, generate and configure pm2 boot on startup
pm2 save                      # Save current process list
pm2 resurrect                 # Restore previously saved processes
pm2 unstartup                 # Disable and remove startup system
Posted by: Guest on March-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language