mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
Proxy will no longer recieve Hub's SIGINT #665
This commit is contained in:
@@ -1026,7 +1026,7 @@ class JupyterHub(Application):
|
||||
self.log.info("Starting proxy @ %s", self.proxy.public_server.bind_url)
|
||||
self.log.debug("Proxy cmd: %s", cmd)
|
||||
try:
|
||||
self.proxy_process = Popen(cmd, env=env)
|
||||
self.proxy_process = Popen(cmd, env=env, preexec_fn=os.setpgrp)
|
||||
except FileNotFoundError as e:
|
||||
self.log.error(
|
||||
"Failed to find proxy %r\n"
|
||||
|
Reference in New Issue
Block a user