diff options
author | Kali Kaneko <kali@leap.se> | 2015-08-05 19:02:45 -0700 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-07 19:02:24 -0300 |
commit | 7f50b9944833715da2d4a58b126722dc3a9a7bc2 (patch) | |
tree | b2b8934b23f4ebfd2df9a505d6dd66ff4d6baac4 /src/leap/bitmask/backend_app.py | |
parent | 109af6218886ac4cdaf0d915675b1e912c68341e (diff) |
[doc] clarify that backend lives in a subprocess
Diffstat (limited to 'src/leap/bitmask/backend_app.py')
-rw-r--r-- | src/leap/bitmask/backend_app.py | 2 |
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 |