summaryrefslogtreecommitdiff
path: root/doc/dlt-system.1.txt
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-10-11 17:39:25 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-11-26 12:39:50 +0100
commit4d3b32d9f36e8a304e2c71503c7c824376425b0d (patch)
tree4c4981028d1d90960f5e5ffeb36f8c5a69248726 /doc/dlt-system.1.txt
parentf27d1eaff740e3d508680788a09a92fcc1f7c9b6 (diff)
downloadDLT-daemon-4d3b32d9f36e8a304e2c71503c7c824376425b0d.tar.gz
Modfied documentation using asciibook.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'doc/dlt-system.1.txt')
-rw-r--r--doc/dlt-system.1.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/dlt-system.1.txt b/doc/dlt-system.1.txt
new file mode 100644
index 0000000..81d8033
--- /dev/null
+++ b/doc/dlt-system.1.txt
@@ -0,0 +1,56 @@
+DLT-SYSTEM(1)
+==============
+:doctype: manpage
+
+NAME
+----
+dlt-system - DLT system logging process
+
+SYNOPSIS
+--------
+*dlt-system* [-h] [-c filename]
+
+DESCRIPTION
+-----------
+The DLT system logging process is the central application, which logs
+system information from the platform. It provides the features
+filetransfer, syslog adapater, logging of any kind of files and
+procfilesystem logger. The individual features can be enabled and
+disabled in the configuration file.
+
+dlt-system loads by default the configuration file /etc/dlt-system.conf.
+See dlt-system.conf(1).
+
+OPTIONS
+-------
+*-h*::
+ Display a short help text.
+
+*-c*::
+ Load an alternative configuration file. By default the configuration
+ file /etc/dlt.conf is loaded.
+
+EXAMPLES
+--------
+Start DLT system with own configuration::
+ dlt-system -c ~/my-configuration.cfg -v
+
+EXIT STATUS
+-----------
+Non zero is returned in case of failure.
+
+AUTHOR
+------
+Alexander Wenzel (alexander.aw.wenzel (at) bmw.de)
+
+RESOURCES
+---------
+Main web site: <http://projects.genivi.org/diagnostic-log-trace> +
+Mailinglist: <https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace>
+
+SEE ALSO
+--------
+dlt-system.conf(5) +
+dlt-daemon(1)
+
+