summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-05 19:02:45 -0700
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-08-07 19:02:24 -0300
commit7f50b9944833715da2d4a58b126722dc3a9a7bc2 (patch)
treeb2b8934b23f4ebfd2df9a505d6dd66ff4d6baac4
parent109af6218886ac4cdaf0d915675b1e912c68341e (diff)
[doc] clarify that backend lives in a subprocess
-rw-r--r--src/leap/bitmask/backend_app.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/bitmask/backend_app.py b/src/leap/bitmask/backend_app.py
index dcd08d97..1300ed05 100644
--- a/src/leap/bitmask/backend_app.py
+++ b/src/leap/bitmask/backend_app.py
@@ -51,6 +51,8 @@ def signal_handler(signum, frame):
def run_backend(bypass_checks=False, flags_dict=None, frontend_pid=None):
"""
Run the backend for the application.
+ This is called from the main app.py entrypoint, and is run in a child
+ subprocess.
:param bypass_checks: whether we should bypass the checks or not
:type bypass_checks: bool