summaryrefslogtreecommitdiff
path: root/subplot/daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/daemon.py')
-rw-r--r--subplot/daemon.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/subplot/daemon.py b/subplot/daemon.py
index 585fe5a..c454b9b 100644
--- a/subplot/daemon.py
+++ b/subplot/daemon.py
@@ -9,6 +9,9 @@ import signal
# Start a process in the background.
def start_daemon(ctx, name, argv):
+ runcmd = globals()["runcmd"]
+ exit_code_is = globals()["exit_code_is"]
+
logging.debug(f"Starting daemon {name}")
logging.debug(f" ctx={ctx.as_dict()}")
logging.debug(f" name={name}")