]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/directives-template.xml
veritysetup-generator: add support for veritytab
[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>Environment variables</title>
37
38 <para>Environment variables understood by the systemd manager and other programs and environment
39 variable-compatible settings.</para>
40
41 <variablelist id='environment-variables' />
42 </refsect1>
43
44 <refsect1>
45 <title>EFI variables</title>
46
47 <para>EFI variables understood by
48 <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
49 and other programs.</para>
50
51 <variablelist id='efi-variables' />
52 </refsect1>
53
54 <refsect1>
55 <title>Home Area/User Account directives</title>
56
57 <para>Directives for configuring home areas and user accounts via
58 <citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
59
60 <variablelist id='home-directives' />
61 </refsect1>
62
63 <refsect1>
64 <title>UDEV directives</title>
65
66 <para>Directives for configuring systemd units through the udev database.</para>
67
68 <variablelist id='udev-directives' />
69 </refsect1>
70
71 <refsect1>
72 <title>Network directives</title>
73
74 <para>Directives for configuring network links through the net-setup-link udev builtin and networks
75 through systemd-networkd.</para>
76
77 <variablelist id='network-directives' />
78 </refsect1>
79
80 <refsect1>
81 <title>Journal fields</title>
82
83 <para>Fields in the journal events with a well known meaning.</para>
84
85 <variablelist id='journal-directives' />
86 </refsect1>
87
88 <refsect1>
89 <title>PAM configuration directives</title>
90
91 <para>Directives for configuring PAM behaviour.</para>
92
93 <variablelist id='pam-directives' />
94 </refsect1>
95
96 <refsect1>
97 <title><filename>/etc/crypttab</filename>,
98 <filename>/etc/veritytab</filename> and
99 <filename>/etc/fstab</filename> options</title>
100
101 <para>Options which influence mounted filesystems and encrypted volumes.</para>
102
103 <variablelist id='fstab-options' />
104 </refsect1>
105
106 <refsect1>
107 <title><citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry>
108 directives</title>
109
110 <para>Directives for configuring systemd-nspawn containers.</para>
111
112 <variablelist id='nspawn-directives' />
113 </refsect1>
114
115 <refsect1>
116 <title>Program configuration options</title>
117
118 <para>Directives for configuring the behaviour of the systemd process and other tools through
119 configuration files.</para>
120
121 <variablelist id='config-directives' />
122 </refsect1>
123
124 <refsect1>
125 <title>Command line options</title>
126
127 <para>Command-line options accepted by programs in the systemd suite.</para>
128
129 <variablelist id='options' />
130 </refsect1>
131
132 <refsect1>
133 <title>Constants</title>
134
135 <para>Various constant used and/or defined by systemd.</para>
136
137 <variablelist id='constants' />
138 </refsect1>
139
140 <refsect1>
141 <title>Miscellaneous options and directives</title>
142
143 <para>Other configuration elements which don't fit in any of the above groups.</para>
144
145 <variablelist id='miscellaneous' />
146 </refsect1>
147
148 <refsect1>
149 <title>Specifiers</title>
150
151 <para>Short strings which are substituted in configuration directives.</para>
152
153 <variablelist id='specifiers' />
154 </refsect1>
155
156 <refsect1>
157 <title>Files and directories</title>
158
159 <para>Paths and file names referred to in the documentation.</para>
160
161 <variablelist id='filenames' />
162 </refsect1>
163
164 <refsect1>
165 <title>D-Bus interfaces</title>
166
167 <para>Interfaces exposed over D-Bus.</para>
168
169 <variablelist id='dbus-interface' />
170 </refsect1>
171
172 <refsect1>
173 <title>D-Bus methods</title>
174
175 <para>Methods exposed in the D-Bus interface.</para>
176
177 <variablelist id='dbus-method' />
178 </refsect1>
179
180 <refsect1>
181 <title>D-Bus properties</title>
182
183 <para>Properties exposed in the D-Bus interface.</para>
184
185 <variablelist id='dbus-property' />
186 </refsect1>
187
188 <refsect1>
189 <title>D-Bus signals</title>
190
191 <para>Signals emitted in the D-Bus interface.</para>
192
193 <variablelist id='dbus-signal' />
194 </refsect1>
195
196 <refsect1>
197 <title>Colophon</title>
198 <para id='colophon' />
199 </refsect1>
200 </refentry>