Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #### pm2 command
  2. - `pm2 list` list the app status
  3. - `pm2 stop all` stop the app
  4. - `pm2 delete process.json` delete the app
  5. - `pm2 start process.json` start the app
  6. - `pm2 restart process.json` restart the app
  7. - `pm2 logs` log the app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement