summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalphNiemeyer <rniemeyer@de.adit-jv.com>2017-03-23 10:12:47 +0100
committerGitHub <noreply@github.com>2017-03-23 10:12:47 +0100
commit0a054fbf89eb14847826d0ecfc88150f8bb970a2 (patch)
tree4235661e041cfb228461bb98802536f600ed14d1
parent7a1c8bd5272a3a8c5d8c88c5c66ebf8a23c6429f (diff)
parentd5b1949e9a9625d3c62e35e88fa07add0ac10557 (diff)
downloadDLT-daemon-0a054fbf89eb14847826d0ecfc88150f8bb970a2.tar.gz
Merge pull request #8 from amberbhardwaj/master
Added Description in dlt-system.conf
-rw-r--r--src/system/dlt-system.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index 5537bc1..b3677f9 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -24,6 +24,8 @@ ShellEnable = 0
########################################################################
# Enable the Syslog Adapter (Default: 0)
+# Enable only when systemd is already running in your system otherwise
+# logs will not come to Client (e.g. dlt_viewer).
SyslogEnable = 0
# The Context Id of the syslog adapter (Default: SYSL)
@@ -42,6 +44,9 @@ SyslogPort = 47111
# Dlt-system is started by default as user genivi, see dlt-system.service file.
# The user genivi must be added to one of the groups 'adm', 'wheel' or
# 'systemd-journal' to have access to all journal entries.
+# Enable Systemd Journal Adapter only when your system doesn't have systemd.
+# Don't enable both (SyslogEnable = 1 and JournalEnable = 1) together because
+# it causes bind error (can see on connected client).
# Enable the Systemd Journal Adapter (Default: 0)
JournalEnable = 0