Restarting a Script via PM2 on a VPS Server
Using the following command you can restart a running script:
pm2 restart app.js
Restart the test site script via PM2.
Using the following command you can restart a running script:
pm2 restart app.js
Restart the test site script via PM2.