doc/man: use double quotes when referring to internal section
[lttng-tools.git] / doc / man / common-daemon-cfg.txt
CommitLineData
26f0c779
PP
1[[cfg]]
2Daemon configuration
3~~~~~~~~~~~~~~~~~~~~
4When you run +{daemon-bin-name}+, it configures itself from, in this order:
5
6. The INI configuration file +{system_lttng_conf}+, if any.
7
8. The INI configuration file `$LTTNG_HOME/.lttng/lttng.conf`, if any.
9+
10`$LTTNG_HOME` defaults to `$HOME`.
11
12. With the option:--config='PATH' option: the INI configuration file
13 'PATH'.
14
15. The command-line options.
16
17Each step can override a previous configuration property.
18
19In INI configuration files, the session daemon only reads the properties
20under the +{daemon-ini-section}+ INI section. Each INI property is:
21
22Key::
23 The long name of a command-line option to set (see the
da39b67c 24 ``<<options,OPTIONS>>'' section below).
26f0c779
PP
25
26Value::
27 The selected command-line option accepts an argument:::
28 Option argument (string).
29
30 The selected command-line option is a switch:::
31 `true`::::
32 `yes`::::
33 `on`::::
34 Enable the option.
35
36 `false`::::
37 `no`::::
38 `off`::::
39 Disable the option.
This page took 0.024272 seconds and 4 git commands to generate.