0.0.5 • Published 8 years ago

sigexit v0.0.5

Weekly downloads
1
License
GNU
Repository
-
Last release
8 years ago

sigexit

add listeners to the multiple interrupts that can cause an exit:

Usage:

var sigexit = require('sigexit')
sigexit.on(function(){
  // kill your stuff
})

current signals being treated:

  • exit
  • SIGHUP
  • SIGINT
  • SIGQUIT
  • SIGILL
  • SIGTRAP
  • SIGABRT
  • SIGIOT
  • SIGBUS
  • SIGFPE
  • SIGUSR1
  • SIGSEGV
  • SIGUSR2
  • SIGPIPE
  • SIGALRM
  • SIGTERM
  • SIGCHLD
  • SIGSTKFLT
  • SIGCONT
  • SIGTSTP
  • SIGBREAK
  • SIGTTIN
  • SIGTTOU
  • SIGURG
  • SIGXCPU
  • SIGXFSZ
  • SIGVTALRM
  • SIGPROF
  • SIGWINCH
  • SIGIO
  • SIGPOLL
  • SIGLOST
  • SIGPWR
  • SIGSYS
  • SIGUNUSED
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago