quirkey / vegas

Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps.
http://code.quirkey.com/vegas
MIT License
183 stars 24 forks source link

Daemon should quit on TERM signal #8

Closed joevandyk closed 12 years ago

joevandyk commented 13 years ago

Right now, it only quits if it gets a INT.

joevandyk commented 13 years ago

7b98b0f should fix this, sending a pull request.

quirkey commented 12 years ago

Fixed