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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c
index 72a2785..c23bcca 100644
--- a/src/system/dlt-system-process-handling.c
+++ b/src/system/dlt-system-process-handling.c
@@ -121,7 +121,8 @@ void start_threads(DltSystemConfiguration *config)
start_systemd_watchdog(config);
#endif
- init_shell();
+ if(config->Shell.Enable)
+ init_shell();
if(config->LogFile.Enable)
start_logfile(config);