]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/directives-template.xml
Merge pull request #15651 from poettering/newlocale-check
[thirdparty/systemd.git] / man / directives-template.xml
1 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
2
3 <refentry id="systemd.directives" conditional="HAVE_PYTHON">
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>UDEV directives</title>
56
57 <para>Directives for configuring systemd units through the udev database.</para>
58
59 <variablelist id='udev-directives' />
60 </refsect1>
61
62 <refsect1>
63 <title>Network directives</title>
64
65 <para>Directives for configuring network links through the net-setup-link udev builtin and networks
66 through systemd-networkd.</para>
67
68 <variablelist id='network-directives' />
69 </refsect1>
70
71 <refsect1>
72 <title>Journal fields</title>
73
74 <para>Fields in the journal events with a well known meaning.</para>
75
76 <variablelist id='journal-directives' />
77 </refsect1>
78
79 <refsect1>
80 <title>PAM configuration directives</title>
81
82 <para>Directives for configuring PAM behaviour.</para>
83
84 <variablelist id='pam-directives' />
85 </refsect1>
86
87 <refsect1>
88 <title><filename>/etc/crypttab</filename> and
89 <filename>/etc/fstab</filename> options</title>
90
91 <para>Options which influence mounted filesystems and encrypted volumes.</para>
92
93 <variablelist id='fstab-options' />
94 </refsect1>
95
96 <refsect1>
97 <title><citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry>
98 directives</title>
99
100 <para>Directives for configuring systemd-nspawn containers.</para>
101
102 <variablelist id='nspawn-directives' />
103 </refsect1>
104
105 <refsect1>
106 <title>Program configuration options</title>
107
108 <para>Directives for configuring the behaviour of the systemd process and other tools through
109 configuration files.</para>
110
111 <variablelist id='config-directives' />
112 </refsect1>
113
114 <refsect1>
115 <title>Command line options</title>
116
117 <para>Command-line options accepted by programs in the systemd suite.</para>
118
119 <variablelist id='options' />
120 </refsect1>
121
122 <refsect1>
123 <title>Constants</title>
124
125 <para>Various constant used and/or defined by systemd.</para>
126
127 <variablelist id='constants' />
128 </refsect1>
129
130 <refsect1>
131 <title>Miscellaneous options and directives</title>
132
133 <para>Other configuration elements which don't fit in any of the above groups.</para>
134
135 <variablelist id='miscellaneous' />
136 </refsect1>
137
138 <refsect1>
139 <title>Specifiers</title>
140
141 <para>Short strings which are substituted in configuration directives.</para>
142
143 <variablelist id='specifiers' />
144 </refsect1>
145
146 <refsect1>
147 <title>Files and directories</title>
148
149 <para>Paths and file names referred to in the documentation.</para>
150
151 <variablelist id='filenames' />
152 </refsect1>
153
154 <refsect1>
155 <title>D-Bus interfaces</title>
156
157 <para>Interfaces exposed over D-Bus.</para>
158
159 <variablelist id='dbus-interface' />
160 </refsect1>
161
162 <refsect1>
163 <title>D-Bus methods</title>
164
165 <para>Methods exposed in the D-Bus interface.</para>
166
167 <variablelist id='dbus-method' />
168 </refsect1>
169
170 <refsect1>
171 <title>D-Bus properties</title>
172
173 <para>Properties exposed in the D-Bus interface.</para>
174
175 <variablelist id='dbus-property' />
176 </refsect1>
177
178 <refsect1>
179 <title>D-Bus signals</title>
180
181 <para>Signals emitted in the D-Bus interface.</para>
182
183 <variablelist id='dbus-signal' />
184 </refsect1>
185
186 <refsect1>
187 <title>Colophon</title>
188 <para id='colophon' />
189 </refsect1>
190 </refentry>