Skip to content
Snippets Groups Projects

deckard.py: start the server without `start_new_session`

Merged Š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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply