From 1713e3913722d1222c968ca53326865d23a2b0ab Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Tue, 12 Feb 2019 10:32:13 +0100 Subject: doc: Move all man pages to markdown files (#102) All manpages have been removed, because they will be autogenerated from markdown files using pandoc. --- doc/dlt-system.1.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 doc/dlt-system.1.md (limited to 'doc/dlt-system.1.md') diff --git a/doc/dlt-system.1.md b/doc/dlt-system.1.md new file mode 100644 index 0000000..78e8af3 --- /dev/null +++ b/doc/dlt-system.1.md @@ -0,0 +1,57 @@ +% DLT-SYSTEM(1) + +# NAME + +**dlt-system** - DLT system logging process + +# SYNOPSIS + +**dlt-system** \[**-h**\] \[**-d**\] \[**-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. + +## OPTIONS + +-h + +: Display a short help text. + +-d + +: Daemonize, needed in System V init systems. + +-c + +: Load an alternative configuration file. By default the configuration file /etc/dlt.conf is loaded. + +# EXAMPLES + +Start DLT system with custom configuration: + **dlt-system -c ~/my-configuration.cfg** + +# EXIT STATUS + +Non zero is returned in case of failure. + +# AUTHOR + +Alexander Wenzel (alexander.aw.wenzel (at) bmw (dot) de) + +# COPYRIGHT + +Copyright (C) 2015 BMW AG. License MPL-2.0: Mozilla Public License version 2.0 . + +# BUGS + +See Github issue: + +# SEE ALSO + +**dlt-system.conf(5)**, **dlt-daemon(1)** -- cgit v1.2.1