deckard.py: start the server without `start_new_session`
- May 21, 2020
-
-
This hopefully prevents the daemons from hanging after ^C exit.
-
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
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)
This hopefully prevents the daemons from hanging after ^C exit.