summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-process-handling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system-process-handling.c')
-rw-r--r--src/system/dlt-system-process-handling.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c
index 3837d35..2fd07fc 100644
--- a/src/system/dlt-system-process-handling.c
+++ b/src/system/dlt-system-process-handling.c
@@ -109,6 +109,10 @@ void start_threads(DltSystemConfiguration *config)
threads.threads[i] = 0;
}
+#if defined(DLT_SYSTEMD_WATCHDOG_ENABLE)
+ start_systemd_watchdog(config);
+#endif
+
init_shell();
if(config->LogFile.Enable)