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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c
index e206db8..72a2785 100644
--- a/src/system/dlt-system-process-handling.c
+++ b/src/system/dlt-system-process-handling.c
@@ -134,6 +134,11 @@ void start_threads(DltSystemConfiguration *config)
if(config->Syslog.Enable)
start_syslog(config);
+
+#if defined(DLT_SYSTEMD_JOURNAL_ENABLE)
+ if(config->Journal.Enable)
+ start_systemd_journal(config);
+#endif
}
/**