johnbintz / guard-rails

No longer maintained. Latest version is at https://github.com/ranmocy/guard-rails
35 stars 53 forks source link

stop server with SIGINT #13

Closed darrinholst closed 12 years ago

darrinholst commented 12 years ago

Not sure if this is just me, but using KILL to stop the server doesn't clean up the pid. Using SIGINT allows the pid to be cleaned up and avoids a restart that takes 30 seconds.

Ruby 1.9.2 and webrick

johnbintz commented 12 years ago

Thanks!