Skip to content

deckard.py: start the server without `start_new_session`

Štěpán Balážik requested to merge keyboard_interrupt into master

This hopefully prevents the daemons from hanging after ^C exit.

subprocess.Popen is now run without the start_new_session=True parameter.

According to the docs this doesn't call setsid() before forking. But I'm not sure about what other implications this change might have.

Closes: #3 (closed)

Edited by Petr Špaček

Merge request reports