]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/directives-template.xml
man: add brief smbios-type-11 man page
[thirdparty/systemd.git] / man / directives-template.xml
CommitLineData
db9ecf05 1<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
28223088 2
4f0ef40d 3<refentry id="systemd.directives">
28223088
ZJS
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
eb99c459
LP
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
28223088
ZJS
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>EFI variables</title>
54
55 <para>EFI variables understood by
56 <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
57 and other programs.</para>
58
59 <variablelist id='efi-variables' />
60 </refsect1>
61
feb86ca9
LP
62 <refsect1>
63 <title>Home Area/User Account directives</title>
64
65 <para>Directives for configuring home areas and user accounts via
66 <citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
67
68 <variablelist id='home-directives' />
69 </refsect1>
70
28223088
ZJS
71 <refsect1>
72 <title>UDEV directives</title>
73
74 <para>Directives for configuring systemd units through the udev database.</para>
75
76 <variablelist id='udev-directives' />
77 </refsect1>
78
79 <refsect1>
80 <title>Network directives</title>
81
82 <para>Directives for configuring network links through the net-setup-link udev builtin and networks
83 through systemd-networkd.</para>
84
85 <variablelist id='network-directives' />
86 </refsect1>
87
88 <refsect1>
89 <title>Journal fields</title>
90
91 <para>Fields in the journal events with a well known meaning.</para>
92
93 <variablelist id='journal-directives' />
94 </refsect1>
95
96 <refsect1>
97 <title>PAM configuration directives</title>
98
99 <para>Directives for configuring PAM behaviour.</para>
100
101 <variablelist id='pam-directives' />
102 </refsect1>
103
104 <refsect1>
08b04ec7
GP
105 <title><filename>/etc/crypttab</filename>,
106 <filename>/etc/veritytab</filename> and
28223088
ZJS
107 <filename>/etc/fstab</filename> options</title>
108
109 <para>Options which influence mounted filesystems and encrypted volumes.</para>
110
111 <variablelist id='fstab-options' />
112 </refsect1>
113
114 <refsect1>
115 <title><citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry>
116 directives</title>
117
118 <para>Directives for configuring systemd-nspawn containers.</para>
119
120 <variablelist id='nspawn-directives' />
121 </refsect1>
122
123 <refsect1>
124 <title>Program configuration options</title>
125
126 <para>Directives for configuring the behaviour of the systemd process and other tools through
127 configuration files.</para>
128
129 <variablelist id='config-directives' />
130 </refsect1>
131
132 <refsect1>
133 <title>Command line options</title>
134
135 <para>Command-line options accepted by programs in the systemd suite.</para>
136
137 <variablelist id='options' />
138 </refsect1>
139
140 <refsect1>
141 <title>Constants</title>
142
d080734d 143 <para>Various constants used and/or defined by systemd.</para>
28223088
ZJS
144
145 <variablelist id='constants' />
146 </refsect1>
147
d080734d
ZJS
148 <refsect1>
149 <title>DNS resource record types</title>
150
151 <variablelist id='dns' />
152 </refsect1>
153
28223088
ZJS
154 <refsect1>
155 <title>Miscellaneous options and directives</title>
156
157 <para>Other configuration elements which don't fit in any of the above groups.</para>
158
159 <variablelist id='miscellaneous' />
160 </refsect1>
161
0d525a3e
ZJS
162 <refsect1>
163 <title>Specifiers</title>
164
165 <para>Short strings which are substituted in configuration directives.</para>
166
167 <variablelist id='specifiers' />
168 </refsect1>
169
28223088
ZJS
170 <refsect1>
171 <title>Files and directories</title>
172
173 <para>Paths and file names referred to in the documentation.</para>
174
175 <variablelist id='filenames' />
176 </refsect1>
177
178 <refsect1>
179 <title>D-Bus interfaces</title>
180
181 <para>Interfaces exposed over D-Bus.</para>
182
183 <variablelist id='dbus-interface' />
184 </refsect1>
185
186 <refsect1>
187 <title>D-Bus methods</title>
188
189 <para>Methods exposed in the D-Bus interface.</para>
190
191 <variablelist id='dbus-method' />
192 </refsect1>
193
194 <refsect1>
195 <title>D-Bus properties</title>
196
197 <para>Properties exposed in the D-Bus interface.</para>
198
199 <variablelist id='dbus-property' />
200 </refsect1>
201
202 <refsect1>
203 <title>D-Bus signals</title>
204
205 <para>Signals emitted in the D-Bus interface.</para>
206
207 <variablelist id='dbus-signal' />
208 </refsect1>
209
210 <refsect1>
211 <title>Colophon</title>
212 <para id='colophon' />
213 </refsect1>
214</refentry>