File: common-daemon-cfg.txt

package info (click to toggle)
ltt-control 2.13.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 17,656 kB
  • sloc: ansic: 167,287; sh: 27,018; makefile: 2,828; python: 1,380; yacc: 692; lex: 129; java: 109; perl: 99; cpp: 35; xml: 23
file content (39 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (3)
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
[[cfg]]
Daemon configuration
~~~~~~~~~~~~~~~~~~~~
When you run +{daemon-bin-name}+, it configures itself from, in this order:

. The INI configuration file +{system_lttng_conf}+, if any.

. The INI configuration file `$LTTNG_HOME/.lttng/lttng.conf`, if any.
+
`$LTTNG_HOME` defaults to `$HOME`.

. With the option:--config='PATH' option: the INI configuration file
  'PATH'.

. The command-line options.

Each step can override a previous configuration property.

In INI configuration files, the session daemon only reads the properties
under the +{daemon-ini-section}+ INI section. Each INI property is:

Key::
    The long name of a command-line option to set (see the
    ``<<options,OPTIONS>>'' section below).

Value::
    The selected command-line option accepts an argument:::
        Option argument (string).

    The selected command-line option is a switch:::
        `true`::::
        `yes`::::
        `on`::::
            Enable the option.

        `false`::::
        `no`::::
        `off`::::
            Disable the option.