From 7f50b9944833715da2d4a58b126722dc3a9a7bc2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 5 Aug 2015 19:02:45 -0700 Subject: [doc] clarify that backend lives in a subprocess --- src/leap/bitmask/backend_app.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/leap/bitmask') 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 -- cgit v1.2.3