jacobsvante / bgtunnel

Initiate SSH tunnels in the background in python
MIT License
48 stars 16 forks source link

Replace SIGINT with SIGTERM #1

Closed fermayo closed 10 years ago

fermayo commented 10 years ago

Replace SIGINT with SIGTERM as under certain circumstances (like running from within a Celery task) the child process won't get killed with SIGINT.