Skip to content

Instantly share code, notes, and snippets.

@gabeio
Created November 1, 2014 03:08
Show Gist options
  • Save gabeio/95e33dd03c93f08193dd to your computer and use it in GitHub Desktop.
Save gabeio/95e33dd03c93f08193dd to your computer and use it in GitHub Desktop.
node kill switch
process.on('SIGINT', function() {
/* shutdown here */
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment