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