summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xremoting/tools/me2me_virtual_host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
index f8a8baa..19987b2 100755
--- a/remoting/tools/me2me_virtual_host.py
+++ b/remoting/tools/me2me_virtual_host.py
@@ -271,7 +271,7 @@ class Desktop:
def main():
atexit.register(cleanup)
- for s in [signal.SIGINT, signal.SIGTERM]:
+ for s in [signal.SIGHUP, signal.SIGINT, signal.SIGTERM]:
signal.signal(s, signal_handler)
# Ensure full path to config directory exists.