node js restart pm2 on server stop code example
Example 1: pm2 install
$ pm2 restart app_name
$ pm2 reload app_name
$ pm2 stop app_name
$ pm2 delete app_name
Example 2: pm2 install
$ pm2 start app.js -i max
$ pm2 restart app_name
$ pm2 reload app_name
$ pm2 stop app_name
$ pm2 delete app_name
$ pm2 start app.js -i max