Stopping a Script via PM2 on a VPS Server
Using the following command you can stop a running script:
pm2 stop app.js
Stop the test site script via PM2.
Using the following command you can stop a running script:
pm2 stop app.js
Stop the test site script via PM2.