Skip to content

Instantly share code, notes, and snippets.

@hisplan
Created January 26, 2016 15:07
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 hisplan/24ce69cfc0c558a74439 to your computer and use it in GitHub Desktop.
Save hisplan/24ce69cfc0c558a74439 to your computer and use it in GitHub Desktop.
nohup for node.js server
nohup node server.js > server.log 2>&1&
echo $! > server_pid.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment