Skip to content

Instantly share code, notes, and snippets.

@bjrmatos
Created May 2, 2014 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjrmatos/e3c92e196fefcb3f932c to your computer and use it in GitHub Desktop.
Save bjrmatos/e3c92e196fefcb3f932c to your computer and use it in GitHub Desktop.
Run forever with logs
sudo forever start -l /path/to/forever.log -o /path/to/out.log -e /path/to/err.log -c node app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment