Modified library for new test cases to corrupt data - related to the bug fix for...
[profile/ivi/dlt-daemon.git] / doc / dlt-daemon.1
1 .TH dlt-daemon 1  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
2 .SH NAME
3 dlt-daemon \- DLT daemon for logging and tracing purpose
4 .SH SYNOPSIS
5 .B dlt-daemon
6 [\-h] [\-d] [\-c filename]
7 .SH DESCRIPTION
8 The DLT daemon is the central place where logs and traces are gathered
9 from different applications, stored temporarily or permanently and
10 transferred to a DLT client application, which can run directly on the
11 GENIVI system or more likely on a external tester device.
12 .PP
13 dlt-daemon loads by default the configuration file /etc/dlt.conf. 
14 See dlt.conf(1).
15 .SH OPTIONS
16 .TP
17 \-h
18 Display a short help text.
19 .TP
20 \-d
21 Daemonize, needed in System V init systems.
22 .TP
23 \-c
24 Load an alternative configuration file. By default the configuration
25 file /etc/dlt.conf is loaded.
26 .SH EXAMPLES
27 .TP
28 Start DLT daemon in background mode:
29 .B dlt-daemon
30 \-d
31 .PP
32 .TP
33 Start DLT daemon with own configuration:
34 .B dlt-daemon
35 \-c ~/my-dlt-configuration.cfg
36 .PP
37 .SH EXIT STATUS
38 Non zero is returned in case of failure.
39 .SH AUTHOR
40 Alexander Wenzel (alexander.aw.wenzel (at) bmw.de)
41 .SH SEE ALSO
42 dlt.conf(5)
43 dlt-system(1)