aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/runners/linuxrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencompute/runners/linuxrunner.cpp')
-rw-r--r--src/zencompute/runners/linuxrunner.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zencompute/runners/linuxrunner.cpp b/src/zencompute/runners/linuxrunner.cpp
index e79a6c90f..9055005d9 100644
--- a/src/zencompute/runners/linuxrunner.cpp
+++ b/src/zencompute/runners/linuxrunner.cpp
@@ -331,6 +331,8 @@ LinuxProcessRunner::LinuxProcessRunner(ChunkResolver& Resolver,
{
ZEN_INFO("namespace sandboxing enabled for child processes");
}
+
+ StartMonitorThread();
}
SubmitResult