Skip to content

Instantly share code, notes, and snippets.

@aquiseb
Last active October 11, 2018 21:34
Show Gist options
  • Select an option

  • Save aquiseb/fd8c6eededc03855f6a4425af0b9eae1 to your computer and use it in GitHub Desktop.

Select an option

Save aquiseb/fd8c6eededc03855f6a4425af0b9eae1 to your computer and use it in GitHub Desktop.
Start a nodejs command forever

forever start -c "npm start" ./

Show forever processes

forever list

Stop one forever process

sudo kill -9 PID

Stop all forever processes

forever stopall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment