eviltik / evilscan

NodeJS Simple Network Scanner
https://github.com/eviltik/evilscan
MIT License
546 stars 63 forks source link

Use SIGUSR2 rather than SIGUSR1 #23

Closed eviltik closed 11 years ago

eviltik commented 11 years ago

Seem's SIGUSR1 is reserved by nodejs itself for debugging purpose.

Let's use SIGUSR2.

eviltik commented 11 years ago

Seem's not a good thing, let's try to disable node debugger for SIGUSR1

eviltik commented 11 years ago

it's ok using SIGUSR2 finaly