Skip to content

Instantly share code, notes, and snippets.

@JacobWay
Created March 13, 2017 05:02
Show Gist options
  • Select an option

  • Save JacobWay/5a44b6ce9eda925254bd060549af2253 to your computer and use it in GitHub Desktop.

Select an option

Save JacobWay/5a44b6ce9eda925254bd060549af2253 to your computer and use it in GitHub Desktop.
process manager pm2

Process manager pm2

Basic use

  • pm2 start the_path_of_app.js
  • pm2 stop pm2_app_id
  • pm2 restart pm2_app_id
  • pm2 delete pm2_app_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment