Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #process #disappears #reboot
ADD COMMENT
Topic
Name
6+9 =