]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/directives-template.xml
journald: bring order of MaxLevelXYZ= setting explanations in sync with listed names
[thirdparty/systemd.git] / man / directives-template.xml
1 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
2
3 <refentry id="systemd.directives">
4 <refentryinfo>
5 <title>systemd.directives</title>
6 <productname>systemd</productname>
7 </refentryinfo>
8
9 <refmeta>
10 <refentrytitle>systemd.directives</refentrytitle>
11 <manvolnum>7</manvolnum>
12 </refmeta>
13
14 <refnamediv>
15 <refname>systemd.directives</refname>
16 <refpurpose>Index of configuration directives</refpurpose>
17 </refnamediv>
18
19 <refsect1>
20 <title>Unit directives</title>
21
22 <para>Directives for configuring units, used in unit files.</para>
23
24 <variablelist id='unit-directives' />
25 </refsect1>
26
27 <refsect1>
28 <title>Options on the kernel command line</title>
29
30 <para>Kernel boot options for configuring the behaviour of the systemd process.</para>
31
32 <variablelist id='kernel-commandline-options' />
33 </refsect1>
34
35 <refsect1>
36 <title>SMBIOS Type 11 Variables</title>
37
38 <para>Data passed from VMM to system via SMBIOS Type 11.</para>
39
40 <variablelist id='smbios-type-11-options' />
41 </refsect1>
42
43 <refsect1>
44 <title>Environment variables</title>
45
46 <para>Environment variables understood by the systemd manager and other programs and environment
47 variable-compatible settings.</para>
48
49 <variablelist id='environment-variables' />
50 </refsect1>
51
52 <refsect1>
53 <title>System Credentials</title>
54
55 <para>System credentials understood by the system and service manager and various other
56 components:</para>
57
58 <variablelist id='system-credentials' />
59 </refsect1>
60
61 <refsect1>
62 <title>EFI variables</title>
63
64 <para>EFI variables understood by
65 <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
66 and other programs.</para>
67
68 <variablelist id='efi-variables' />
69 </refsect1>
70
71 <refsect1>
72 <title>Home Area/User Account directives</title>
73
74 <para>Directives for configuring home areas and user accounts via
75 <citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
76
77 <variablelist id='home-directives' />
78 </refsect1>
79
80 <refsect1>
81 <title>UDEV directives</title>
82
83 <para>Directives for configuring systemd units through the udev database.</para>
84
85 <variablelist id='udev-directives' />
86 </refsect1>
87
88 <refsect1>
89 <title>Network directives</title>
90
91 <para>Directives for configuring network links through the net-setup-link udev builtin and networks
92 through systemd-networkd.</para>
93
94 <variablelist id='network-directives' />
95 </refsect1>
96
97 <refsect1>
98 <title>Journal fields</title>
99
100 <para>Fields in the journal events with a well known meaning.</para>
101
102 <variablelist id='journal-directives' />
103 </refsect1>
104
105 <refsect1>
106 <title>PAM configuration directives</title>
107
108 <para>Directives for configuring PAM behaviour.</para>
109
110 <variablelist id='pam-directives' />
111 </refsect1>
112
113 <refsect1>
114 <title><filename>/etc/crypttab</filename>,
115 <filename>/etc/veritytab</filename> and
116 <filename>/etc/fstab</filename> options</title>
117
118 <para>Options which influence mounted filesystems and encrypted volumes.</para>
119
120 <variablelist id='fstab-options' />
121 </refsect1>
122
123 <refsect1>
124 <title><citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry>
125 directives</title>
126
127 <para>Directives for configuring systemd-nspawn containers.</para>
128
129 <variablelist id='nspawn-directives' />
130 </refsect1>
131
132 <refsect1>
133 <title>Program configuration options</title>
134
135 <para>Directives for configuring the behaviour of the systemd process and other tools through
136 configuration files.</para>
137
138 <variablelist id='config-directives' />
139 </refsect1>
140
141 <refsect1>
142 <title>Command line options</title>
143
144 <para>Command-line options accepted by programs in the systemd suite.</para>
145
146 <variablelist id='options' />
147 </refsect1>
148
149 <refsect1>
150 <title>Constants</title>
151
152 <para>Various constants used and/or defined by systemd.</para>
153
154 <variablelist id='constants' />
155 </refsect1>
156
157 <refsect1>
158 <title>DNS resource record types</title>
159
160 <variablelist id='dns' />
161 </refsect1>
162
163 <refsect1>
164 <title>Miscellaneous options and directives</title>
165
166 <para>Other configuration elements which don't fit in any of the above groups.</para>
167
168 <variablelist id='miscellaneous' />
169 </refsect1>
170
171 <refsect1>
172 <title>Specifiers</title>
173
174 <para>Short strings which are substituted in configuration directives.</para>
175
176 <variablelist id='specifiers' />
177 </refsect1>
178
179 <refsect1>
180 <title>Files and directories</title>
181
182 <para>Paths and file names referred to in the documentation.</para>
183
184 <variablelist id='filenames' />
185 </refsect1>
186
187 <refsect1>
188 <title>D-Bus interfaces</title>
189
190 <para>Interfaces exposed over D-Bus.</para>
191
192 <variablelist id='dbus-interface' />
193 </refsect1>
194
195 <refsect1>
196 <title>D-Bus methods</title>
197
198 <para>Methods exposed in the D-Bus interface.</para>
199
200 <variablelist id='dbus-method' />
201 </refsect1>
202
203 <refsect1>
204 <title>D-Bus properties</title>
205
206 <para>Properties exposed in the D-Bus interface.</para>
207
208 <variablelist id='dbus-property' />
209 </refsect1>
210
211 <refsect1>
212 <title>D-Bus signals</title>
213
214 <para>Signals emitted in the D-Bus interface.</para>
215
216 <variablelist id='dbus-signal' />
217 </refsect1>
218
219 <refsect1>
220 <title>Colophon</title>
221 <para id='colophon' />
222 </refsect1>
223 </refentry>