]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/directives-template.xml
man: fix link markup
[thirdparty/systemd.git] / man / directives-template.xml
1 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
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> and
98 <filename>/etc/fstab</filename> options</title>
99
100 <para>Options which influence mounted filesystems and encrypted volumes.</para>
101
102 <variablelist id='fstab-options' />
103 </refsect1>
104
105 <refsect1>
106 <title><citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry>
107 directives</title>
108
109 <para>Directives for configuring systemd-nspawn containers.</para>
110
111 <variablelist id='nspawn-directives' />
112 </refsect1>
113
114 <refsect1>
115 <title>Program configuration options</title>
116
117 <para>Directives for configuring the behaviour of the systemd process and other tools through
118 configuration files.</para>
119
120 <variablelist id='config-directives' />
121 </refsect1>
122
123 <refsect1>
124 <title>Command line options</title>
125
126 <para>Command-line options accepted by programs in the systemd suite.</para>
127
128 <variablelist id='options' />
129 </refsect1>
130
131 <refsect1>
132 <title>Constants</title>
133
134 <para>Various constant used and/or defined by systemd.</para>
135
136 <variablelist id='constants' />
137 </refsect1>
138
139 <refsect1>
140 <title>Miscellaneous options and directives</title>
141
142 <para>Other configuration elements which don't fit in any of the above groups.</para>
143
144 <variablelist id='miscellaneous' />
145 </refsect1>
146
147 <refsect1>
148 <title>Specifiers</title>
149
150 <para>Short strings which are substituted in configuration directives.</para>
151
152 <variablelist id='specifiers' />
153 </refsect1>
154
155 <refsect1>
156 <title>Files and directories</title>
157
158 <para>Paths and file names referred to in the documentation.</para>
159
160 <variablelist id='filenames' />
161 </refsect1>
162
163 <refsect1>
164 <title>D-Bus interfaces</title>
165
166 <para>Interfaces exposed over D-Bus.</para>
167
168 <variablelist id='dbus-interface' />
169 </refsect1>
170
171 <refsect1>
172 <title>D-Bus methods</title>
173
174 <para>Methods exposed in the D-Bus interface.</para>
175
176 <variablelist id='dbus-method' />
177 </refsect1>
178
179 <refsect1>
180 <title>D-Bus properties</title>
181
182 <para>Properties exposed in the D-Bus interface.</para>
183
184 <variablelist id='dbus-property' />
185 </refsect1>
186
187 <refsect1>
188 <title>D-Bus signals</title>
189
190 <para>Signals emitted in the D-Bus interface.</para>
191
192 <variablelist id='dbus-signal' />
193 </refsect1>
194
195 <refsect1>
196 <title>Colophon</title>
197 <para id='colophon' />
198 </refsect1>
199 </refentry>