]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd.unit.xml
meson: fix indentation for systemd-time-sync-wait(5) entries
[thirdparty/systemd.git] / man / systemd.unit.xml
CommitLineData
c129bd5d 1<?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
d1ab0ca0 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
798d3a52 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
1a13e31d
ZJS
4<!ENTITY % entities SYSTEM "custom-entities.ent" >
5%entities;
6]>
d1ab0ca0
LP
7
8<!--
572eb058
ZJS
9 SPDX-License-Identifier: LGPL-2.1+
10
d1ab0ca0
LP
11 This file is part of systemd.
12
13 Copyright 2010 Lennart Poettering
d1ab0ca0
LP
14-->
15
16<refentry id="systemd.unit">
17
798d3a52
ZJS
18 <refentryinfo>
19 <title>systemd.unit</title>
20 <productname>systemd</productname>
21
22 <authorgroup>
23 <author>
24 <contrib>Developer</contrib>
25 <firstname>Lennart</firstname>
26 <surname>Poettering</surname>
27 <email>lennart@poettering.net</email>
28 </author>
29 </authorgroup>
30 </refentryinfo>
31
32 <refmeta>
33 <refentrytitle>systemd.unit</refentrytitle>
34 <manvolnum>5</manvolnum>
35 </refmeta>
36
37 <refnamediv>
38 <refname>systemd.unit</refname>
39 <refpurpose>Unit configuration</refpurpose>
40 </refnamediv>
41
42 <refsynopsisdiv>
43 <para><filename><replaceable>service</replaceable>.service</filename>,
44 <filename><replaceable>socket</replaceable>.socket</filename>,
45 <filename><replaceable>device</replaceable>.device</filename>,
46 <filename><replaceable>mount</replaceable>.mount</filename>,
47 <filename><replaceable>automount</replaceable>.automount</filename>,
48 <filename><replaceable>swap</replaceable>.swap</filename>,
49 <filename><replaceable>target</replaceable>.target</filename>,
50 <filename><replaceable>path</replaceable>.path</filename>,
51 <filename><replaceable>timer</replaceable>.timer</filename>,
798d3a52
ZJS
52 <filename><replaceable>slice</replaceable>.slice</filename>,
53 <filename><replaceable>scope</replaceable>.scope</filename></para>
54
b82f27e7
ZJS
55 <para><literallayout><filename>/etc/systemd/system.control/*</filename>
56<filename>/run/systemd/system.control/*</filename>
57<filename>/run/systemd/transient/*</filename>
58<filename>/run/systemd/generator.early/*</filename>
59<filename>/etc/systemd/system/*</filename>
13219b7f 60<filename>/run/systemd/system/*</filename>
b82f27e7 61<filename>/run/systemd/generator/*</filename>
f6e1bd2c 62<filename>…</filename>
b82f27e7
ZJS
63<filename>/usr/lib/systemd/system/*</filename>
64<filename>/run/systemd/generator.late/*</filename>
798d3a52 65 </literallayout></para>
13219b7f 66
b82f27e7
ZJS
67 <para><literallayout><filename>~/.config/systemd/user.control/*</filename>
68<filename>$XDG_RUNTIME_DIR/systemd/user.control/*</filename>
69<filename>$XDG_RUNTIME_DIR/systemd/transient/*</filename>
70<filename>$XDG_RUNTIME_DIR/systemd/generator.early/*</filename>
71<filename>~/.config/systemd/user/*</filename>
12b42c76 72<filename>/etc/systemd/user/*</filename>
aa08982d 73<filename>$XDG_RUNTIME_DIR/systemd/user/*</filename>
13219b7f 74<filename>/run/systemd/user/*</filename>
b82f27e7 75<filename>$XDG_RUNTIME_DIR/systemd/generator/*</filename>
f6e1bd2c 76<filename>~/.local/share/systemd/user/*</filename>
f6e1bd2c 77<filename>…</filename>
b82f27e7
ZJS
78<filename>/usr/lib/systemd/user/*</filename>
79<filename>$XDG_RUNTIME_DIR/systemd/generator.late/*</filename>
798d3a52
ZJS
80 </literallayout></para>
81 </refsynopsisdiv>
82
83 <refsect1>
84 <title>Description</title>
85
86 <para>A unit configuration file encodes information about a
87 service, a socket, a device, a mount point, an automount point, a
88 swap file or partition, a start-up target, a watched file system
89 path, a timer controlled and supervised by
90 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
36b4a7ba 91 a resource management slice or
798d3a52
ZJS
92 a group of externally created processes. The syntax is inspired by
93 <ulink
94 url="http://standards.freedesktop.org/desktop-entry-spec/latest/">XDG
95 Desktop Entry Specification</ulink> <filename>.desktop</filename>
96 files, which are in turn inspired by Microsoft Windows
97 <filename>.ini</filename> files.</para>
98
99 <para>This man page lists the common configuration options of all
100 the unit types. These options need to be configured in the [Unit]
101 or [Install] sections of the unit files.</para>
102
103 <para>In addition to the generic [Unit] and [Install] sections
104 described here, each unit may have a type-specific section, e.g.
105 [Service] for a service unit. See the respective man pages for
106 more information:
107 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
108 <citerefentry><refentrytitle>systemd.socket</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
109 <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
110 <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
111 <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
112 <citerefentry><refentrytitle>systemd.swap</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
113 <citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
114 <citerefentry><refentrytitle>systemd.path</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
115 <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
36b4a7ba 116 <citerefentry><refentrytitle>systemd.slice</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
798d3a52
ZJS
117 <citerefentry><refentrytitle>systemd.scope</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
118 </para>
119
120 <para>Various settings are allowed to be specified more than once,
121 in which case the interpretation depends on the setting. Often,
122 multiple settings form a list, and setting to an empty value
123 "resets", which means that previous assignments are ignored. When
124 this is allowed, it is mentioned in the description of the
125 setting. Note that using multiple assignments to the same value
126 makes the unit file incompatible with parsers for the XDG
127 <filename>.desktop</filename> file format.</para>
128
129 <para>Unit files are loaded from a set of paths determined during
130 compilation, described in the next section.</para>
131
132 <para>Unit files may contain additional options on top of those
133 listed here. If systemd encounters an unknown option, it will
134 write a warning log message but continue loading the unit. If an
135 option or section name is prefixed with <option>X-</option>, it is
136 ignored completely by systemd. Options within an ignored section
137 do not need the prefix. Applications may use this to include
138 additional information in the unit files.</para>
139
140 <para>Boolean arguments used in unit files can be written in
141 various formats. For positive settings the strings
142 <option>1</option>, <option>yes</option>, <option>true</option>
143 and <option>on</option> are equivalent. For negative settings, the
144 strings <option>0</option>, <option>no</option>,
145 <option>false</option> and <option>off</option> are
146 equivalent.</para>
147
bac150e9
ZJS
148 <para>Time span values encoded in unit files can be written in various formats. A stand-alone
149 number specifies a time in seconds. If suffixed with a time unit, the unit is honored. A
150 concatenation of multiple values with units is supported, in which case the values are added
151 up. Example: <literal>50</literal> refers to 50 seconds; <literal>2min 200ms</literal> refers to
152 2 minutes and 200 milliseconds, i.e. 120200 ms. The following time units are understood:
153 <literal>s</literal>, <literal>min</literal>, <literal>h</literal>, <literal>d</literal>,
d923e42e 154 <literal>w</literal>, <literal>ms</literal>, <literal>us</literal>. For details see
798d3a52
ZJS
155 <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para>
156
bac150e9
ZJS
157 <para>Empty lines and lines starting with <literal>#</literal> or <literal>;</literal> are
158 ignored. This may be used for commenting. Lines ending in a backslash are concatenated with the
159 following line while reading and the backslash is replaced by a space character. This may be
160 used to wrap long lines.</para>
161
162 <para>Units can be aliased (have an alternative name), by creating a symlink from the new name
163 to the existing name in one of the unit search paths. For example,
164 <filename>systemd-networkd.service</filename> has the alias
165 <filename>dbus-org.freedesktop.network1.service</filename>, created during installation as the
166 symlink <filename>/usr/lib/systemd/system/dbus-org.freedesktop.network1.service</filename>. In
167 addition, unit files may specify aliases through the <varname>Alias=</varname> directive in the
168 [Install] section; those aliases are only effective when the unit is enabled. When the unit is
169 enabled, symlinks will be created for those names, and removed when the unit is disabled. For
170 example, <filename>reboot.target</filename> specifies
171 <varname>Alias=ctrl-alt-del.target</varname>, so when enabled it will be invoked whenever
172 CTRL+ALT+DEL is pressed. Alias names may be used in commands like <command>enable</command>,
173 <command>disable</command>, <command>start</command>, <command>stop</command>,
174 <command>status</command>, …, and in unit dependency directives <varname>Wants=</varname>,
175 <varname>Requires=</varname>, <varname>Before=</varname>, <varname>After=</varname>, …, with the
176 limitation that aliases specified through <varname>Alias=</varname> are only effective when the
177 unit is enabled. Aliases cannot be used with the <command>preset</command> command.</para>
178
179 <para>Along with a unit file <filename>foo.service</filename>, the directory
180 <filename>foo.service.wants/</filename> may exist. All unit files symlinked from such a
181 directory are implicitly added as dependencies of type <varname>Wants=</varname> to the unit.
182 This is useful to hook units into the start-up of other units, without having to modify their
183 unit files. For details about the semantics of <varname>Wants=</varname>, see below. The
184 preferred way to create symlinks in the <filename>.wants/</filename> directory of a unit file is
185 with the <command>enable</command> command of the
798d3a52 186 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
bac150e9
ZJS
187 tool which reads information from the [Install] section of unit files (see below). A similar
188 functionality exists for <varname>Requires=</varname> type dependencies as well, the directory
189 suffix is <filename>.requires/</filename> in this case.</para>
798d3a52 190
be73bb48 191 <para>Along with a unit file <filename>foo.service</filename>, a "drop-in" directory
6c0a7795
LP
192 <filename>foo.service.d/</filename> may exist. All files with the suffix <literal>.conf</literal> from this
193 directory will be parsed after the unit file itself is parsed. This is useful to alter or add configuration
194 settings for a unit, without having to modify unit files. Drop-in files must contain appropriate section
195 headers. For instantiated units, this logic will first look for the instance <literal>.d/</literal> subdirectory
196 (e.g. <literal>foo@bar.service.d/</literal>) and read its <literal>.conf</literal> files, followed by the template
197 <literal>.d/</literal> subdirectory (e.g. <literal>foo@.service.d/</literal>) and the <literal>.conf</literal>
198 files there. Moreover for units names containing dashes (<literal>-</literal>), the set of directories generated by
199 truncating the unit name after all dashes is searched too. Specifically, for a unit name
200 <filename>foo-bar-baz.service</filename> not only the the regular drop-in directory
201 <filename>foo-bar-baz.service.d/</filename> is searched but also both <filename>foo-bar-.service.d/</filename> and
202 <filename>foo-.service.d/</filename>. This is useful for defining common drop-ins for a set of related units, whose
203 names begin with a common prefix. This scheme is particularly useful for mount, automount and slice units, whose
204 systematic naming structure is built around dashes as component separators. Note that equally named drop-in files
205 further down the prefix hierarchy override those further up,
206 i.e. <filename>foo-bar-.service.d/10-override.conf</filename> overrides
207 <filename>foo-.service.d/10-override.conf</filename>.</para>
208
209 <para>In addition to <filename>/etc/systemd/system</filename>, the drop-in <literal>.d/</literal>
bac150e9
ZJS
210 directories for system services can be placed in <filename>/usr/lib/systemd/system</filename> or
211 <filename>/run/systemd/system</filename> directories. Drop-in files in <filename>/etc</filename>
212 take precedence over those in <filename>/run</filename> which in turn take precedence over those
213 in <filename>/usr/lib</filename>. Drop-in files under any of these directories take precedence
8331eaab
LW
214 over unit files wherever located. Multiple drop-in files with different names are applied in
215 lexicographic order, regardless of which of the directories they reside in.</para>
bac150e9
ZJS
216
217 <!-- Note that we do not document .include here, as we consider it mostly obsolete, and want
218 people to use .d/ drop-ins instead. -->
798d3a52 219
bbe0b4a8
JL
220 <para>Note that while systemd offers a flexible dependency system
221 between units it is recommended to use this functionality only
222 sparingly and instead rely on techniques such as bus-based or
223 socket-based activation which make dependencies implicit,
224 resulting in a both simpler and more flexible system.</para>
225
798d3a52
ZJS
226 <para>Optionally, units may be instantiated from a
227 template file at runtime. This allows creation of
228 multiple units from a single configuration file. If
229 systemd looks for a unit configuration file, it will
230 first search for the literal unit name in the
231 file system. If that yields no success and the unit
232 name contains an <literal>@</literal> character, systemd will look for a
233 unit template that shares the same name but with the
234 instance string (i.e. the part between the <literal>@</literal> character
235 and the suffix) removed. Example: if a service
236 <filename>getty@tty3.service</filename> is requested
237 and no file by that name is found, systemd will look
238 for <filename>getty@.service</filename> and
239 instantiate a service from that configuration file if
240 it is found.</para>
241
242 <para>To refer to the instance string from within the
243 configuration file you may use the special <literal>%i</literal>
244 specifier in many of the configuration options. See below for
245 details.</para>
246
247 <para>If a unit file is empty (i.e. has the file size 0) or is
248 symlinked to <filename>/dev/null</filename>, its configuration
249 will not be loaded and it appears with a load state of
250 <literal>masked</literal>, and cannot be activated. Use this as an
251 effective way to fully disable a unit, making it impossible to
252 start it even manually.</para>
253
254 <para>The unit file format is covered by the
255 <ulink
28a0ad81 256 url="https://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise">Interface
798d3a52
ZJS
257 Stability Promise</ulink>.</para>
258
259 </refsect1>
260
2651d037
LP
261 <refsect1>
262 <title>String Escaping for Inclusion in Unit Names</title>
263
264 <para>Sometimes it is useful to convert arbitrary strings into unit names. To facilitate this, a method of string
265 escaping is used, in order to map strings containing arbitrary byte values (except NUL) into valid unit names and
266 their restricted character set. A common special case are unit names that reflect paths to objects in the file
267 system hierarchy. Example: a device unit <filename>dev-sda.device</filename> refers to a device with the device
268 node <filename noindex='true'>/dev/sda</filename> in the file system.</para>
269
270 <para>The escaping algorithm operates as follows: given a string, any <literal>/</literal> character is replaced by
271 <literal>-</literal>, and all other characters which are not ASCII alphanumerics or <literal>_</literal> are
272 replaced by C-style <literal>\x2d</literal> escapes. In addition, <literal>.</literal> is replaced with such a
273 C-style escape when it would appear as the first character in the escaped string.</para>
274
275 <para>When the input qualifies as absolute file system path, this algorithm is extended slightly: the path to the
276 root directory <literal>/</literal> is encoded as single dash <literal>-</literal>. In addition, any leading,
277 trailing or duplicate <literal>/</literal> characters are removed from the string before transformation. Example:
278 <filename>/foo//bar/baz/</filename> becomes <literal>foo-bar-baz</literal>.</para>
279
280 <para>This escaping is fully reversible, as long as it is known whether the escaped string was a path (the
281 unescaping results are different for paths and non-path strings). The
282 <citerefentry><refentrytitle>systemd-escape</refentrytitle><manvolnum>1</manvolnum></citerefentry> command may be
283 used to apply and reverse escaping on arbitrary strings. Use <command>systemd-escape --path</command> to escape
284 path strings, and <command>systemd-escape</command> without <option>--path</option> otherwise.</para>
285 </refsect1>
286
c129bd5d 287 <refsect1>
45f09f93
JL
288 <title>Implicit Dependencies</title>
289
290 <para>A number of unit dependencies are implicitly established,
291 depending on unit type and unit configuration. These implicit
292 dependencies can make unit configuration file cleaner. For the
293 implicit dependencies in each unit type, please refer to
294 section "Implicit Dependencies" in respective man pages.</para>
295
296 <para>For example, service units with <varname>Type=dbus</varname>
297 automatically acquire dependencies of type <varname>Requires=</varname>
298 and <varname>After=</varname> on <filename>dbus.socket</filename>. See
299 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>
c129bd5d
LP
300 for details.</para>
301 </refsect1>
302
45f09f93
JL
303 <refsect1>
304 <title>Default Dependencies</title>
305
306 <para>Default dependencies are similar to implicit dependencies,
307 but can be turned on and off by setting
308 <varname>DefaultDependencies=</varname> to <varname>yes</varname>
309 (the default) and <varname>no</varname>, while implicit dependencies
310 are always in effect. See section "Default Dependencies" in respective
311 man pages for the effect of enabling
312 <varname>DefaultDependencies=</varname> in each unit types.</para>
313
314 <para>For example, target units will complement all configured
dcfaecc7 315 dependencies of type <varname>Wants=</varname> or
45f09f93 316 <varname>Requires=</varname> with dependencies of type
c85f1346
YW
317 <varname>After=</varname> unless <varname>DefaultDependencies=no</varname>
318 is set in the specified units. See
45f09f93
JL
319 <citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>
320 for details. Note that this behavior can be turned off by setting
321 <varname>DefaultDependencies=no</varname>.</para>
322 </refsect1>
323
798d3a52 324 <refsect1>
f757855e 325 <title>Unit File Load Path</title>
798d3a52
ZJS
326
327 <para>Unit files are loaded from a set of paths determined during
328 compilation, described in the two tables below. Unit files found
329 in directories listed earlier override files with the same name in
330 directories lower in the list.</para>
331
aa3e4400
EV
332 <para>When the variable <varname>$SYSTEMD_UNIT_PATH</varname> is set,
333 the contents of this variable overrides the unit load path. If
798d3a52
ZJS
334 <varname>$SYSTEMD_UNIT_PATH</varname> ends with an empty component
335 (<literal>:</literal>), the usual unit load path will be appended
336 to the contents of the variable.</para>
337
338 <table>
339 <title>
340 Load path when running in system mode (<option>--system</option>).
341 </title>
342
343 <tgroup cols='2'>
344 <colspec colname='path' />
345 <colspec colname='expl' />
346 <thead>
347 <row>
5a15caf4
ZJS
348 <entry>Path</entry>
349 <entry>Description</entry>
798d3a52
ZJS
350 </row>
351 </thead>
352 <tbody>
b82f27e7
ZJS
353 <row>
354 <entry><filename>/etc/systemd/system.control</filename></entry>
355 <entry morerows="1">Persistent and transient configuration created using the dbus API</entry>
356 </row>
357 <row>
358 <entry><filename>/run/systemd/system.control</filename></entry>
359 </row>
360 <row>
361 <entry><filename>/run/systemd/transient</filename></entry>
362 <entry>Dynamic configuration for transient units</entry>
363 </row>
364 <row>
365 <entry><filename>/run/systemd/generator.early</filename></entry>
366 <entry>Generated units with high priority (see <replaceable>early-dir</replaceable> in <citerefentry
367 ><refentrytitle>system.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>)</entry>
368 </row>
798d3a52 369 <row>
5a15caf4
ZJS
370 <entry><filename>/etc/systemd/system</filename></entry>
371 <entry>Local configuration</entry>
798d3a52
ZJS
372 </row>
373 <row>
5a15caf4
ZJS
374 <entry><filename>/run/systemd/system</filename></entry>
375 <entry>Runtime units</entry>
798d3a52 376 </row>
b82f27e7
ZJS
377 <row>
378 <entry><filename>/run/systemd/generator</filename></entry>
379 <entry>Generated units with medium priority (see <replaceable>normal-dir</replaceable> in <citerefentry
380 ><refentrytitle>system.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>)</entry>
381 </row>
382 <row>
383 <entry><filename>/usr/local/lib/systemd/system</filename></entry>
384 <entry morerows="1">Units of installed packages</entry>
385 </row>
798d3a52 386 <row>
5a15caf4 387 <entry><filename>/usr/lib/systemd/system</filename></entry>
b82f27e7
ZJS
388 </row>
389 <row>
390 <entry><filename>/run/systemd/generator.late</filename></entry>
391 <entry>Generated units with low priority (see <replaceable>late-dir</replaceable> in <citerefentry
392 ><refentrytitle>system.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>)</entry>
798d3a52
ZJS
393 </row>
394 </tbody>
395 </tgroup>
396 </table>
397
398 <table>
399 <title>
400 Load path when running in user mode (<option>--user</option>).
401 </title>
402
403 <tgroup cols='2'>
404 <colspec colname='path' />
405 <colspec colname='expl' />
406 <thead>
407 <row>
5a15caf4
ZJS
408 <entry>Path</entry>
409 <entry>Description</entry>
798d3a52
ZJS
410 </row>
411 </thead>
412 <tbody>
413 <row>
b82f27e7
ZJS
414 <entry><filename>$XDG_CONFIG_HOME/systemd/user.control</filename> or <filename
415 >~/.config/systemd/user.control</filename></entry>
416 <entry morerows="1">Persistent and transient configuration created using the dbus API (<varname>$XDG_CONFIG_HOME</varname> is used if set, <filename>~/.config</filename> otherwise)</entry>
417 </row>
418 <row>
419 <entry><filename>$XDG_RUNTIME_DIR/systemd/user.control</filename></entry>
420 </row>
421 <row>
422 <entry><filename>/run/systemd/transient</filename></entry>
423 <entry>Dynamic configuration for transient units</entry>
424 </row>
425 <row>
426 <entry><filename>/run/systemd/generator.early</filename></entry>
427 <entry>Generated units with high priority (see <replaceable>early-dir</replaceable> in <citerefentry
428 ><refentrytitle>system.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>)</entry>
798d3a52
ZJS
429 </row>
430 <row>
b82f27e7
ZJS
431 <entry><filename>$XDG_CONFIG_HOME/systemd/user</filename> or <filename>$HOME/.config/systemd/user</filename></entry>
432 <entry>User configuration (<varname>$XDG_CONFIG_HOME</varname> is used if set, <filename>~/.config</filename> otherwise)</entry>
798d3a52
ZJS
433 </row>
434 <row>
5a15caf4
ZJS
435 <entry><filename>/etc/systemd/user</filename></entry>
436 <entry>Local configuration</entry>
798d3a52
ZJS
437 </row>
438 <row>
5a15caf4
ZJS
439 <entry><filename>$XDG_RUNTIME_DIR/systemd/user</filename></entry>
440 <entry>Runtime units (only used when $XDG_RUNTIME_DIR is set)</entry>
798d3a52
ZJS
441 </row>
442 <row>
5a15caf4
ZJS
443 <entry><filename>/run/systemd/user</filename></entry>
444 <entry>Runtime units</entry>
798d3a52
ZJS
445 </row>
446 <row>
b82f27e7
ZJS
447 <entry><filename>$XDG_RUNTIME_DIR/systemd/generator</filename></entry>
448 <entry>Generated units with medium priority (see <replaceable>normal-dir</replaceable> in <citerefentry
449 ><refentrytitle>system.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>)</entry>
798d3a52
ZJS
450 </row>
451 <row>
b82f27e7
ZJS
452 <entry><filename>$XDG_DATA_HOME/systemd/user</filename> or <filename>$HOME/.local/share/systemd/user</filename></entry>
453 <entry>Units of packages that have been installed in the home directory (<varname>$XDG_DATA_HOME</varname> is used if set, <filename>~/.local/share</filename> otherwise)</entry>
454 </row>
455 <row>
456 <entry><filename>$dir/systemd/user</filename> for each <varname noindex='true'>$dir</varname> in <varname>$XDG_DATA_DIRS</varname></entry>
457 <entry>Additional locations for installed user units, one for each entry in <varname>$XDG_DATA_DIRS</varname></entry>
458 </row>
459 <row>
460 <entry><filename>/usr/local/lib/systemd/user</filename></entry>
461 <entry morerows="1">Units of packages that have been installed system-wide</entry>
798d3a52
ZJS
462 </row>
463 <row>
5a15caf4 464 <entry><filename>/usr/lib/systemd/user</filename></entry>
b82f27e7
ZJS
465 </row>
466 <row>
467 <entry><filename>$XDG_RUNTIME_DIR/systemd/generator.late</filename></entry>
468 <entry>Generated units with low priority (see <replaceable>late-dir</replaceable> in <citerefentry
469 ><refentrytitle>system.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>)</entry>
798d3a52
ZJS
470 </row>
471 </tbody>
472 </tgroup>
473 </table>
474
b82f27e7
ZJS
475 <para>The set of load paths for the user manager instance may be augmented or
476 changed using various environment variables. And environment variables may in
477 turn be set using environment generators, see
478 <citerefentry><refentrytitle>system.environment-generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
479 In particular, <varname>$XDG_DATA_HOME</varname> and
480 <varname>$XDG_DATA_DIRS</varname> may be easily set using
481 <citerefentry><refentrytitle>systemd-environment-d-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
482 Thus, directories listed here are just the defaults. To see the actual list that
483 would be used based on compilation options and current environment use
484 <programlisting>systemd-analyze --user unit-paths</programlisting>
485 </para>
486
487 <para>Moreover, additional units might be loaded into systemd ("linked") from
488 directories not on the unit load path. See the <command>link</command> command
489 for
798d3a52 490 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
798d3a52
ZJS
491 </para>
492 </refsect1>
493
5afe510c
LP
494 <refsect1>
495 <title>Unit Garbage Collection</title>
496
497 <para>The system and service manager loads a unit's configuration automatically when a unit is referenced for the
498 first time. It will automatically unload the unit configuration and state again when the unit is not needed anymore
499 ("garbage collection"). A unit may be referenced through a number of different mechanisms:</para>
500
501 <orderedlist>
502 <listitem><para>Another loaded unit references it with a dependency such as <varname>After=</varname>,
503 <varname>Wants=</varname>, …</para></listitem>
504
505 <listitem><para>The unit is currently starting, running, reloading or stopping.</para></listitem>
506
507 <listitem><para>The unit is currently in the <constant>failed</constant> state. (But see below.)</para></listitem>
508
509 <listitem><para>A job for the unit is pending.</para></listitem>
510
511 <listitem><para>The unit is pinned by an active IPC client program.</para></listitem>
512
513 <listitem><para>The unit is a special "perpetual" unit that is always active and loaded. Examples for perpetual
514 units are the root mount unit <filename>-.mount</filename> or the scope unit <filename>init.scope</filename> that
515 the service manager itself lives in.</para></listitem>
516
517 <listitem><para>The unit has running processes associated with it.</para></listitem>
518 </orderedlist>
519
520 <para>The garbage collection logic may be altered with the <varname>CollectMode=</varname> option, which allows
521 configuration whether automatic unloading of units that are in <constant>failed</constant> state is permissible,
522 see below.</para>
523
524 <para>Note that when a unit's configuration and state is unloaded, all execution results, such as exit codes, exit
525 signals, resource consumption and other statistics are lost, except for what is stored in the log subsystem.</para>
526
527 <para>Use <command>systemctl daemon-reload</command> or an equivalent command to reload unit configuration while
528 the unit is already loaded. In this case all configuration settings are flushed out and replaced with the new
529 configuration (which however might not be in effect immediately), however all runtime state is
530 saved/restored.</para>
531 </refsect1>
532
798d3a52
ZJS
533 <refsect1>
534 <title>[Unit] Section Options</title>
535
a8eaaee7 536 <para>The unit file may include a [Unit] section, which carries
798d3a52
ZJS
537 generic information about the unit that is not dependent on the
538 type of unit:</para>
539
540 <variablelist class='unit-directives'>
541
542 <varlistentry>
543 <term><varname>Description=</varname></term>
544 <listitem><para>A free-form string describing the unit. This
545 is intended for use in UIs to show descriptive information
546 along with the unit name. The description should contain a
547 name that means something to the end user. <literal>Apache2
548 Web Server</literal> is a good example. Bad examples are
549 <literal>high-performance light-weight HTTP server</literal>
550 (too generic) or <literal>Apache2</literal> (too specific and
551 meaningless for people who do not know
552 Apache).</para></listitem>
553 </varlistentry>
554
555 <varlistentry>
556 <term><varname>Documentation=</varname></term>
557 <listitem><para>A space-separated list of URIs referencing
558 documentation for this unit or its configuration. Accepted are
559 only URIs of the types <literal>http://</literal>,
560 <literal>https://</literal>, <literal>file:</literal>,
561 <literal>info:</literal>, <literal>man:</literal>. For more
562 information about the syntax of these URIs, see <citerefentry
563 project='man-pages'><refentrytitle>uri</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
564 The URIs should be listed in order of relevance, starting with
565 the most relevant. It is a good idea to first reference
566 documentation that explains what the unit's purpose is,
567 followed by how it is configured, followed by any other
568 related documentation. This option may be specified more than
569 once, in which case the specified list of URIs is merged. If
570 the empty string is assigned to this option, the list is reset
571 and all prior assignments will have no
572 effect.</para></listitem>
573 </varlistentry>
574
575 <varlistentry>
576 <term><varname>Requires=</varname></term>
577
62d3ca24 578 <listitem><para>Configures requirement dependencies on other units. If this unit gets activated, the units
a195dd8e 579 listed here will be activated as well. If one of the other units fails to activate, and an ordering dependency
e79eabdb 580 <varname>After=</varname> on the failing unit is set, this unit will not be started. Besides, with or without
22a70563
ZJS
581 specifying <varname>After=</varname>, this unit will be stopped if one of the other units is explicitly
582 stopped. This option may be specified more than once or multiple space-separated units may be
62d3ca24
LP
583 specified in one option in which case requirement dependencies for all listed names will be created. Note that
584 requirement dependencies do not influence the order in which services are started or stopped. This has to be
585 configured independently with the <varname>After=</varname> or <varname>Before=</varname> options. If a unit
586 <filename>foo.service</filename> requires a unit <filename>bar.service</filename> as configured with
587 <varname>Requires=</varname> and no ordering is configured with <varname>After=</varname> or
588 <varname>Before=</varname>, then both units will be started simultaneously and without any delay between them
589 if <filename>foo.service</filename> is activated. Often, it is a better choice to use <varname>Wants=</varname>
590 instead of <varname>Requires=</varname> in order to achieve a system that is more robust when dealing with
591 failing services.</para>
592
593 <para>Note that this dependency type does not imply that the other unit always has to be in active state when
594 this unit is running. Specifically: failing condition checks (such as <varname>ConditionPathExists=</varname>,
6b5bb2f9 595 <varname>ConditionPathIsSymbolicLink=</varname>, … — see below) do not cause the start job of a unit with a
62d3ca24
LP
596 <varname>Requires=</varname> dependency on it to fail. Also, some unit types may deactivate on their own (for
597 example, a service process may decide to exit cleanly, or a device may be unplugged by the user), which is not
598 propagated to units having a <varname>Requires=</varname> dependency. Use the <varname>BindsTo=</varname>
599 dependency type together with <varname>After=</varname> to ensure that a unit may never be in active state
600 without a specific other unit also in active state (see below).</para>
601
602 <para>Note that dependencies of this type may also be configured outside of the unit configuration file by
603 adding a symlink to a <filename>.requires/</filename> directory accompanying the unit file. For details, see
798d3a52
ZJS
604 above.</para></listitem>
605 </varlistentry>
606
798d3a52
ZJS
607 <varlistentry>
608 <term><varname>Requisite=</varname></term>
798d3a52 609
f32b43bd 610 <listitem><para>Similar to <varname>Requires=</varname>.
798d3a52
ZJS
611 However, if the units listed here are not started already,
612 they will not be started and the transaction will fail
b2920668
ZJS
613 immediately.</para>
614
615 <para>When <varname>Requisite=b.service</varname> is used on
616 <filename>a.service</filename>, this dependency will show as
617 <varname>RequisiteOf=a.service</varname> in property listing of
618 <filename>b.service</filename>. <varname>RequisiteOf=</varname>
619 dependency cannot be specified directly.</para>
620 </listitem>
798d3a52
ZJS
621 </varlistentry>
622
623 <varlistentry>
624 <term><varname>Wants=</varname></term>
625
626 <listitem><para>A weaker version of
627 <varname>Requires=</varname>. Units listed in this option will
628 be started if the configuring unit is. However, if the listed
629 units fail to start or cannot be added to the transaction,
630 this has no impact on the validity of the transaction as a
631 whole. This is the recommended way to hook start-up of one
632 unit to the start-up of another unit.</para>
633
634 <para>Note that dependencies of this type may also be
635 configured outside of the unit configuration file by adding
636 symlinks to a <filename>.wants/</filename> directory
637 accompanying the unit file. For details, see
638 above.</para></listitem>
639 </varlistentry>
640
641 <varlistentry>
642 <term><varname>BindsTo=</varname></term>
643
62d3ca24
LP
644 <listitem><para>Configures requirement dependencies, very similar in style to
645 <varname>Requires=</varname>. However, this dependency type is stronger: in addition to the effect of
646 <varname>Requires=</varname> it declares that if the unit bound to is stopped, this unit will be stopped
647 too. This means a unit bound to another unit that suddenly enters inactive state will be stopped too.
648 Units can suddenly, unexpectedly enter inactive state for different reasons: the main process of a service unit
649 might terminate on its own choice, the backing device of a device unit might be unplugged or the mount point of
650 a mount unit might be unmounted without involvement of the system and service manager.</para>
651
652 <para>When used in conjunction with <varname>After=</varname> on the same unit the behaviour of
653 <varname>BindsTo=</varname> is even stronger. In this case, the unit bound to strictly has to be in active
654 state for this unit to also be in active state. This not only means a unit bound to another unit that suddenly
655 enters inactive state, but also one that is bound to another unit that gets skipped due to a failed condition
656 check (such as <varname>ConditionPathExists=</varname>, <varname>ConditionPathIsSymbolicLink=</varname>, … —
657 see below) will be stopped, should it be running. Hence, in many cases it is best to combine
b2920668
ZJS
658 <varname>BindsTo=</varname> with <varname>After=</varname>.</para>
659
660 <para>When <varname>BindsTo=b.service</varname> is used on
661 <filename>a.service</filename>, this dependency will show as
662 <varname>BoundBy=a.service</varname> in property listing of
663 <filename>b.service</filename>. <varname>BoundBy=</varname>
664 dependency cannot be specified directly.</para>
665 </listitem>
798d3a52
ZJS
666 </varlistentry>
667
668 <varlistentry>
669 <term><varname>PartOf=</varname></term>
670
671 <listitem><para>Configures dependencies similar to
672 <varname>Requires=</varname>, but limited to stopping and
673 restarting of units. When systemd stops or restarts the units
674 listed here, the action is propagated to this unit. Note that
675 this is a one-way dependency — changes to this unit do not
b2920668
ZJS
676 affect the listed units.</para>
677
678 <para>When <varname>PartOf=b.service</varname> is used on
679 <filename>a.service</filename>, this dependency will show as
680 <varname>ConsistsOf=a.service</varname> in property listing of
681 <filename>b.service</filename>. <varname>ConsistsOf=</varname>
682 dependency cannot be specified directly.</para>
683 </listitem>
798d3a52
ZJS
684 </varlistentry>
685
686 <varlistentry>
687 <term><varname>Conflicts=</varname></term>
688
689 <listitem><para>A space-separated list of unit names.
690 Configures negative requirement dependencies. If a unit has a
691 <varname>Conflicts=</varname> setting on another unit,
692 starting the former will stop the latter and vice versa. Note
693 that this setting is independent of and orthogonal to the
694 <varname>After=</varname> and <varname>Before=</varname>
695 ordering dependencies.</para>
696
697 <para>If a unit A that conflicts with a unit B is scheduled to
698 be started at the same time as B, the transaction will either
699 fail (in case both are required part of the transaction) or be
700 modified to be fixed (in case one or both jobs are not a
701 required part of the transaction). In the latter case, the job
702 that is not the required will be removed, or in case both are
703 not required, the unit that conflicts will be started and the
704 unit that is conflicted is stopped.</para></listitem>
705 </varlistentry>
706
707 <varlistentry>
708 <term><varname>Before=</varname></term>
709 <term><varname>After=</varname></term>
710
2eb6ff5e
LP
711 <listitem><para>These two settings expect a space-separated list of unit names. They configure ordering
712 dependencies between units. If a unit <filename>foo.service</filename> contains a setting
713 <option>Before=bar.service</option> and both units are being started, <filename>bar.service</filename>'s
714 start-up is delayed until <filename>foo.service</filename> has finished starting up. Note that this setting is
715 independent of and orthogonal to the requirement dependencies as configured by <varname>Requires=</varname>,
716 <varname>Wants=</varname> or <varname>BindsTo=</varname>. It is a common pattern to include a unit name in both
717 the <varname>After=</varname> and <varname>Requires=</varname> options, in which case the unit listed will be
718 started before the unit that is configured with these options. This option may be specified more than once, in
719 which case ordering dependencies for all listed names are created. <varname>After=</varname> is the inverse of
720 <varname>Before=</varname>, i.e. while <varname>After=</varname> ensures that the configured unit is started
721 after the listed unit finished starting up, <varname>Before=</varname> ensures the opposite, that the
722 configured unit is fully started up before the listed unit is started. Note that when two units with an
723 ordering dependency between them are shut down, the inverse of the start-up order is applied. i.e. if a unit is
724 configured with <varname>After=</varname> on another unit, the former is stopped before the latter if both are
725 shut down. Given two units with any ordering dependency between them, if one unit is shut down and the other is
726 started up, the shutdown is ordered before the start-up. It doesn't matter if the ordering dependency is
727 <varname>After=</varname> or <varname>Before=</varname>, in this case. It also doesn't matter which of the two
728 is shut down, as long as one is shut down and the other is started up. The shutdown is ordered before the
729 start-up in all cases. If two units have no ordering dependencies between them, they are shut down or started
730 up simultaneously, and no ordering takes place. It depends on the unit type when precisely a unit has finished
731 starting up. Most importantly, for service units start-up is considered completed for the purpose of
732 <varname>Before=</varname>/<varname>After=</varname> when all its configured start-up commands have been
733 invoked and they either failed or reported start-up success.</para></listitem>
798d3a52
ZJS
734 </varlistentry>
735
736 <varlistentry>
737 <term><varname>OnFailure=</varname></term>
738
739 <listitem><para>A space-separated list of one or more units
740 that are activated when this unit enters the
bd2538b5
KBM
741 <literal>failed</literal> state. A service unit using
742 <varname>Restart=</varname> enters the failed state only after
743 the start limits are reached.</para></listitem>
798d3a52
ZJS
744 </varlistentry>
745
746 <varlistentry>
747 <term><varname>PropagatesReloadTo=</varname></term>
748 <term><varname>ReloadPropagatedFrom=</varname></term>
749
750 <listitem><para>A space-separated list of one or more units
751 where reload requests on this unit will be propagated to, or
752 reload requests on the other unit will be propagated to this
753 unit, respectively. Issuing a reload request on a unit will
754 automatically also enqueue a reload request on all units that
755 the reload request shall be propagated to via these two
756 settings.</para></listitem>
757 </varlistentry>
758
759 <varlistentry>
760 <term><varname>JoinsNamespaceOf=</varname></term>
761
762 <listitem><para>For units that start processes (such as
763 service units), lists one or more other units whose network
764 and/or temporary file namespace to join. This only applies to
765 unit types which support the
766 <varname>PrivateNetwork=</varname> and
767 <varname>PrivateTmp=</varname> directives (see
768 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>
769 for details). If a unit that has this setting set is started,
770 its processes will see the same <filename>/tmp</filename>,
80f524a4 771 <filename>/var/tmp</filename> and network namespace as one
798d3a52
ZJS
772 listed unit that is started. If multiple listed units are
773 already started, it is not defined which namespace is joined.
774 Note that this setting only has an effect if
775 <varname>PrivateNetwork=</varname> and/or
776 <varname>PrivateTmp=</varname> is enabled for both the unit
777 that joins the namespace and the unit whose namespace is
778 joined.</para></listitem>
779 </varlistentry>
780
781 <varlistentry>
782 <term><varname>RequiresMountsFor=</varname></term>
783
784 <listitem><para>Takes a space-separated list of absolute
785 paths. Automatically adds dependencies of type
786 <varname>Requires=</varname> and <varname>After=</varname> for
787 all mount units required to access the specified path.</para>
788
789 <para>Mount points marked with <option>noauto</option> are not
88e328fd
ZJS
790 mounted automatically through <filename>local-fs.target</filename>,
791 but are still honored for the purposes of this option, i.e. they
792 will be pulled in by this unit.</para></listitem>
798d3a52
ZJS
793 </varlistentry>
794
795 <varlistentry>
796 <term><varname>OnFailureJobMode=</varname></term>
797
798 <listitem><para>Takes a value of
799 <literal>fail</literal>,
800 <literal>replace</literal>,
801 <literal>replace-irreversibly</literal>,
802 <literal>isolate</literal>,
803 <literal>flush</literal>,
804 <literal>ignore-dependencies</literal> or
805 <literal>ignore-requirements</literal>. Defaults to
806 <literal>replace</literal>. Specifies how the units listed in
807 <varname>OnFailure=</varname> will be enqueued. See
808 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
809 <option>--job-mode=</option> option for details on the
810 possible values. If this is set to <literal>isolate</literal>,
811 only a single unit may be listed in
812 <varname>OnFailure=</varname>..</para></listitem>
813 </varlistentry>
814
815 <varlistentry>
816 <term><varname>IgnoreOnIsolate=</varname></term>
817
26adf774
ZJS
818 <listitem><para>Takes a boolean argument. If <option>true</option>, this unit
819 will not be stopped when isolating another unit. Defaults to
820 <option>false</option> for service, target, socket, busname, timer, and path
821 units, and <option>true</option> for slice, scope, device, swap, mount, and
822 automount units.</para></listitem>
798d3a52
ZJS
823 </varlistentry>
824
798d3a52
ZJS
825 <varlistentry>
826 <term><varname>StopWhenUnneeded=</varname></term>
827
828 <listitem><para>Takes a boolean argument. If
829 <option>true</option>, this unit will be stopped when it is no
b938cb90 830 longer used. Note that, in order to minimize the work to be
798d3a52
ZJS
831 executed, systemd will not stop units by default unless they
832 are conflicting with other units, or the user explicitly
833 requested their shut down. If this option is set, a unit will
834 be automatically cleaned up if no other active unit requires
835 it. Defaults to <option>false</option>.</para></listitem>
836 </varlistentry>
837
838 <varlistentry>
839 <term><varname>RefuseManualStart=</varname></term>
840 <term><varname>RefuseManualStop=</varname></term>
841
842 <listitem><para>Takes a boolean argument. If
843 <option>true</option>, this unit can only be activated or
844 deactivated indirectly. In this case, explicit start-up or
845 termination requested by the user is denied, however if it is
846 started or stopped as a dependency of another unit, start-up
847 or termination will succeed. This is mostly a safety feature
848 to ensure that the user does not accidentally activate units
849 that are not intended to be activated explicitly, and not
850 accidentally deactivate units that are not intended to be
851 deactivated. These options default to
852 <option>false</option>.</para></listitem>
853 </varlistentry>
854
855 <varlistentry>
856 <term><varname>AllowIsolate=</varname></term>
857
858 <listitem><para>Takes a boolean argument. If
859 <option>true</option>, this unit may be used with the
860 <command>systemctl isolate</command> command. Otherwise, this
861 will be refused. It probably is a good idea to leave this
862 disabled except for target units that shall be used similar to
863 runlevels in SysV init systems, just as a precaution to avoid
864 unusable system states. This option defaults to
865 <option>false</option>.</para></listitem>
866 </varlistentry>
867
868 <varlistentry>
869 <term><varname>DefaultDependencies=</varname></term>
870
871 <listitem><para>Takes a boolean argument. If
872 <option>true</option>, (the default), a few default
873 dependencies will implicitly be created for the unit. The
874 actual dependencies created depend on the unit type. For
875 example, for service units, these dependencies ensure that the
876 service is started only after basic system initialization is
877 completed and is properly terminated on system shutdown. See
878 the respective man pages for details. Generally, only services
879 involved with early boot or late shutdown should set this
880 option to <option>false</option>. It is highly recommended to
881 leave this option enabled for the majority of common units. If
882 set to <option>false</option>, this option does not disable
883 all implicit dependencies, just non-essential
884 ones.</para></listitem>
885 </varlistentry>
886
5afe510c
LP
887 <varlistentry>
888 <term><varname>CollectMode=</varname></term>
889
890 <listitem><para>Tweaks the "garbage collection" algorithm for this unit. Takes one of <option>inactive</option>
891 or <option>inactive-or-failed</option>. If set to <option>inactive</option> the unit will be unloaded if it is
892 in the <constant>inactive</constant> state and is not referenced by clients, jobs or other units — however it
893 is not unloaded if it is in the <constant>failed</constant> state. In <option>failed</option> mode, failed
894 units are not unloaded until the user invoked <command>systemctl reset-failed</command> on them to reset the
895 <constant>failed</constant> state, or an equivalent command. This behaviour is altered if this option is set to
896 <option>inactive-or-failed</option>: in this case the unit is unloaded even if the unit is in a
897 <constant>failed</constant> state, and thus an explicitly resetting of the <constant>failed</constant> state is
898 not necessary. Note that if this mode is used unit results (such as exit codes, exit signals, consumed
899 resources, …) are flushed out immediately after the unit completed, except for what is stored in the logging
900 subsystem. Defaults to <option>inactive</option>.</para>
901 </listitem>
902 </varlistentry>
903
798d3a52
ZJS
904 <varlistentry>
905 <term><varname>JobTimeoutSec=</varname></term>
a2df3ea4 906 <term><varname>JobRunningTimeoutSec=</varname></term>
798d3a52
ZJS
907 <term><varname>JobTimeoutAction=</varname></term>
908 <term><varname>JobTimeoutRebootArgument=</varname></term>
909
a2df3ea4
MK
910 <listitem><para>When a job for this unit is queued, a time-out <varname>JobTimeoutSec=</varname> may be
911 configured. Similarly, <varname>JobRunningTimeoutSec=</varname> starts counting when the queued job is actually
912 started. If either time limit is reached, the job will be cancelled, the unit however will not change state or
913 even enter the <literal>failed</literal> mode. This value defaults to <literal>infinity</literal> (job timeouts
914 disabled), except for device units (<varname>JobRunningTimeoutSec=</varname> defaults to
915 <varname>DefaultTimeoutStartSec=</varname>). NB: this timeout is independent from any unit-specific timeout
916 (for example, the timeout set with <varname>TimeoutStartSec=</varname> in service units) as the job timeout has
917 no effect on the unit itself, only on the job that might be pending for it. Or in other words: unit-specific
918 timeouts are useful to abort unit state changes, and revert them. The job timeout set with this option however
919 is useful to abort only the job waiting for the unit state to change.</para>
798d3a52 920
0aabe747
AJ
921 <para><varname>JobTimeoutAction=</varname> optionally configures an additional action to take when the time-out
922 is hit. It takes the same values as <varname>StartLimitAction=</varname>. Defaults to <option>none</option>.
923 <varname>JobTimeoutRebootArgument=</varname> configures an optional reboot string to pass to the
798d3a52
ZJS
924 <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry>
925 system call.</para></listitem>
926 </varlistentry>
927
6bf0f408 928 <varlistentry>
fc5ffacd
ZJS
929 <term><varname>StartLimitIntervalSec=<replaceable>interval</replaceable></varname></term>
930 <term><varname>StartLimitBurst=<replaceable>burst</replaceable></varname></term>
6bf0f408 931
fc5ffacd 932 <listitem><para>Configure unit start rate limiting. Units which are started more than
b94f4313
LP
933 <replaceable>burst</replaceable> times within an <replaceable>interval</replaceable> time interval are not
934 permitted to start any more. Use <varname>StartLimitIntervalSec=</varname> to configure the checking interval
935 (defaults to <varname>DefaultStartLimitIntervalSec=</varname> in manager configuration file, set it to 0 to
936 disable any kind of rate limiting). Use <varname>StartLimitBurst=</varname> to configure how many starts per
937 interval are allowed (defaults to <varname>DefaultStartLimitBurst=</varname> in manager configuration
938 file). These configuration options are particularly useful in conjunction with the service setting
939 <varname>Restart=</varname> (see
6bf0f408
LP
940 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>); however,
941 they apply to all kinds of starts (including manual), not just those triggered by the
942 <varname>Restart=</varname> logic. Note that units which are configured for <varname>Restart=</varname> and
943 which reach the start limit are not attempted to be restarted anymore; however, they may still be restarted
b94f4313
LP
944 manually at a later point, after the <replaceable>interval</replaceable> has passed. From this point on, the
945 restart logic is activated again. Note that <command>systemctl reset-failed</command> will cause the restart
946 rate counter for a service to be flushed, which is useful if the administrator wants to manually start a unit
947 and the start limit interferes with that. Note that this rate-limiting is enforced after any unit condition
948 checks are executed, and hence unit activations with failing conditions do not count towards this rate
949 limit. This setting does not apply to slice, target, device, and scope units, since they are unit types whose
950 activation may either never fail, or may succeed only a single time.</para>
951
952 <para>When a unit is unloaded due to the garbage collection logic (see above) its rate limit counters are
953 flushed out too. This means that configuring start rate limiting for a unit that is not referenced continously
954 has no effect.</para></listitem>
6bf0f408
LP
955 </varlistentry>
956
957 <varlistentry>
958 <term><varname>StartLimitAction=</varname></term>
959
960 <listitem><para>Configure the action to take if the rate limit configured with
f0367da7 961 <varname>StartLimitIntervalSec=</varname> and <varname>StartLimitBurst=</varname> is hit. Takes one of
6bf0f408
LP
962 <option>none</option>, <option>reboot</option>, <option>reboot-force</option>,
963 <option>reboot-immediate</option>, <option>poweroff</option>, <option>poweroff-force</option> or
964 <option>poweroff-immediate</option>. If <option>none</option> is set, hitting the rate limit will trigger no
965 action besides that the start will not be permitted. <option>reboot</option> causes a reboot following the
966 normal shutdown procedure (i.e. equivalent to <command>systemctl reboot</command>).
967 <option>reboot-force</option> causes a forced reboot which will terminate all processes forcibly but should
968 cause no dirty file systems on reboot (i.e. equivalent to <command>systemctl reboot -f</command>) and
969 <option>reboot-immediate</option> causes immediate execution of the
970 <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry> system call, which
971 might result in data loss. Similarly, <option>poweroff</option>, <option>poweroff-force</option>,
972 <option>poweroff-immediate</option> have the effect of powering down the system with similar
973 semantics. Defaults to <option>none</option>.</para></listitem>
974 </varlistentry>
975
53c35a76
LP
976 <varlistentry>
977 <term><varname>FailureAction=</varname></term>
e7dfbb4e
LP
978 <term><varname>SuccessAction=</varname></term>
979 <listitem><para>Configure the action to take when the unit stops and enters a failed state or inactive
980 state. Takes the same values as the setting <varname>StartLimitAction=</varname> setting and executes the same
f7a4bd95 981 actions. Both options default to <option>none</option>.</para></listitem>
53c35a76
LP
982 </varlistentry>
983
6bf0f408
LP
984 <varlistentry>
985 <term><varname>RebootArgument=</varname></term>
986 <listitem><para>Configure the optional argument for the
987 <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry> system call if
53c35a76 988 <varname>StartLimitAction=</varname> or <varname>FailureAction=</varname> is a reboot action. This
6bf0f408
LP
989 works just like the optional argument to <command>systemctl reboot</command> command.</para></listitem>
990 </varlistentry>
991
798d3a52
ZJS
992 <varlistentry>
993 <term><varname>ConditionArchitecture=</varname></term>
994 <term><varname>ConditionVirtualization=</varname></term>
995 <term><varname>ConditionHost=</varname></term>
996 <term><varname>ConditionKernelCommandLine=</varname></term>
5022f08a 997 <term><varname>ConditionKernelVersion=</varname></term>
798d3a52
ZJS
998 <term><varname>ConditionSecurity=</varname></term>
999 <term><varname>ConditionCapability=</varname></term>
1000 <term><varname>ConditionACPower=</varname></term>
1001 <term><varname>ConditionNeedsUpdate=</varname></term>
1002 <term><varname>ConditionFirstBoot=</varname></term>
1003 <term><varname>ConditionPathExists=</varname></term>
1004 <term><varname>ConditionPathExistsGlob=</varname></term>
1005 <term><varname>ConditionPathIsDirectory=</varname></term>
1006 <term><varname>ConditionPathIsSymbolicLink=</varname></term>
1007 <term><varname>ConditionPathIsMountPoint=</varname></term>
1008 <term><varname>ConditionPathIsReadWrite=</varname></term>
1009 <term><varname>ConditionDirectoryNotEmpty=</varname></term>
1010 <term><varname>ConditionFileNotEmpty=</varname></term>
1011 <term><varname>ConditionFileIsExecutable=</varname></term>
c465a29f
FS
1012 <term><varname>ConditionUser=</varname></term>
1013 <term><varname>ConditionGroup=</varname></term>
e16647c3 1014 <term><varname>ConditionControlGroupController=</varname></term>
798d3a52 1015
7ca41557 1016 <!-- We do not document ConditionNull=
b938cb90 1017 here, as it is not particularly
798d3a52
ZJS
1018 useful and probably just
1019 confusing. -->
1020
41448597
LP
1021 <listitem><para>Before starting a unit, verify that the specified condition is true. If it is not true, the
1022 starting of the unit will be (mostly silently) skipped, however all ordering dependencies of it are still
1023 respected. A failing condition will not result in the unit being moved into a failure state. The condition is
1024 checked at the time the queued start job is to be executed. Use condition expressions in order to silently skip
1025 units that do not apply to the local running system, for example because the kernel or runtime environment
1026 doesn't require its functionality. Use the various <varname>AssertArchitecture=</varname>,
1027 <varname>AssertVirtualization=</varname>, … options for a similar mechanism that puts the unit in a failure
1028 state and logs about the failed check (see below).</para>
798d3a52
ZJS
1029
1030 <para><varname>ConditionArchitecture=</varname> may be used to
1031 check whether the system is running on a specific
1032 architecture. Takes one of
1033 <varname>x86</varname>,
1034 <varname>x86-64</varname>,
1035 <varname>ppc</varname>,
1036 <varname>ppc-le</varname>,
1037 <varname>ppc64</varname>,
1038 <varname>ppc64-le</varname>,
1039 <varname>ia64</varname>,
1040 <varname>parisc</varname>,
1041 <varname>parisc64</varname>,
1042 <varname>s390</varname>,
1043 <varname>s390x</varname>,
1044 <varname>sparc</varname>,
1045 <varname>sparc64</varname>,
1046 <varname>mips</varname>,
1047 <varname>mips-le</varname>,
1048 <varname>mips64</varname>,
1049 <varname>mips64-le</varname>,
1050 <varname>alpha</varname>,
1051 <varname>arm</varname>,
1052 <varname>arm-be</varname>,
1053 <varname>arm64</varname>,
1054 <varname>arm64-be</varname>,
1055 <varname>sh</varname>,
1056 <varname>sh64</varname>,
215a2db4 1057 <varname>m68k</varname>,
798d3a52 1058 <varname>tilegx</varname>,
27b09f1f
AB
1059 <varname>cris</varname>,
1060 <varname>arc</varname>,
1061 <varname>arc-be</varname> to test
798d3a52
ZJS
1062 against a specific architecture. The architecture is
1063 determined from the information returned by
3ba3a79d 1064 <citerefentry project='man-pages'><refentrytitle>uname</refentrytitle><manvolnum>2</manvolnum></citerefentry>
798d3a52
ZJS
1065 and is thus subject to
1066 <citerefentry><refentrytitle>personality</refentrytitle><manvolnum>2</manvolnum></citerefentry>.
1067 Note that a <varname>Personality=</varname> setting in the
1068 same unit file has no effect on this condition. A special
1069 architecture name <varname>native</varname> is mapped to the
1070 architecture the system manager itself is compiled for. The
1071 test may be negated by prepending an exclamation mark.</para>
1072
1073 <para><varname>ConditionVirtualization=</varname> may be used
1074 to check whether the system is executed in a virtualized
1075 environment and optionally test whether it is a specific
1076 implementation. Takes either boolean value to check if being
1077 executed in any virtualized environment, or one of
1078 <varname>vm</varname> and
1079 <varname>container</varname> to test against a generic type of
1080 virtualization solution, or one of
1081 <varname>qemu</varname>,
1082 <varname>kvm</varname>,
1083 <varname>zvm</varname>,
1084 <varname>vmware</varname>,
1085 <varname>microsoft</varname>,
1086 <varname>oracle</varname>,
1087 <varname>xen</varname>,
1088 <varname>bochs</varname>,
1089 <varname>uml</varname>,
9bfaf6ea 1090 <varname>bhyve</varname>,
1fdf07f5 1091 <varname>qnx</varname>,
798d3a52
ZJS
1092 <varname>openvz</varname>,
1093 <varname>lxc</varname>,
1094 <varname>lxc-libvirt</varname>,
1095 <varname>systemd-nspawn</varname>,
9fb16425
ILG
1096 <varname>docker</varname>,
1097 <varname>rkt</varname> to test
299a34c1
ZJS
1098 against a specific implementation, or
1099 <varname>private-users</varname> to check whether we are running in a user namespace. See
798d3a52
ZJS
1100 <citerefentry><refentrytitle>systemd-detect-virt</refentrytitle><manvolnum>1</manvolnum></citerefentry>
1101 for a full list of known virtualization technologies and their
1102 identifiers. If multiple virtualization technologies are
1103 nested, only the innermost is considered. The test may be
1104 negated by prepending an exclamation mark.</para>
1105
1106 <para><varname>ConditionHost=</varname> may be used to match
1107 against the hostname or machine ID of the host. This either
1108 takes a hostname string (optionally with shell style globs)
1109 which is tested against the locally set hostname as returned
1110 by
1111 <citerefentry><refentrytitle>gethostname</refentrytitle><manvolnum>2</manvolnum></citerefentry>,
1112 or a machine ID formatted as string (see
1113 <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
1114 The test may be negated by prepending an exclamation
1115 mark.</para>
1116
1117 <para><varname>ConditionKernelCommandLine=</varname> may be
1118 used to check whether a specific kernel command line option is
1119 set (or if prefixed with the exclamation mark unset). The
1120 argument must either be a single word, or an assignment (i.e.
1121 two words, separated <literal>=</literal>). In the former case
1122 the kernel command line is searched for the word appearing as
1123 is, or as left hand side of an assignment. In the latter case,
1124 the exact assignment is looked for with right and left hand
1125 side matching.</para>
1126
5022f08a
LP
1127 <para><varname>ConditionKernelVersion=</varname> may be used to check whether the kernel version (as reported
1128 by <command>uname -r</command>) matches a certain expression (or if prefixed with the exclamation mark does not
68c58c67
LP
1129 match it). The argument must be a single string. If the string starts with one of <literal>&lt;</literal>,
1130 <literal>&lt;=</literal>, <literal>=</literal>, <literal>&gt;=</literal>, <literal>&gt;</literal> a relative
1131 version comparison is done, otherwise the specified string is matched with shell-style globs.</para>
5022f08a 1132
871c6d54
ZJS
1133 <para>Note that using the kernel version string is an unreliable way to determine which features are supported
1134 by a kernel, because of the widespread practice of backporting drivers, features, and fixes from newer upstream
1135 kernels into older versions provided by distributions. Hence, this check is inherently unportable and should
1136 not be used for units which may be used on different distributions.</para>
1137
798d3a52
ZJS
1138 <para><varname>ConditionSecurity=</varname> may be used to
1139 check whether the given security module is enabled on the
b8e1d4d1 1140 system. Currently, the recognized values are
798d3a52
ZJS
1141 <varname>selinux</varname>,
1142 <varname>apparmor</varname>,
ed440f6b 1143 <varname>tomoyo</varname>,
798d3a52
ZJS
1144 <varname>ima</varname>,
1145 <varname>smack</varname> and
1146 <varname>audit</varname>. The test may be negated by
1147 prepending an exclamation mark.</para>
1148
1149 <para><varname>ConditionCapability=</varname> may be used to
1150 check whether the given capability exists in the capability
1151 bounding set of the service manager (i.e. this does not check
1152 whether capability is actually available in the permitted or
1153 effective sets, see
1154 <citerefentry project='man-pages'><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry>
1155 for details). Pass a capability name such as
1156 <literal>CAP_MKNOD</literal>, possibly prefixed with an
1157 exclamation mark to negate the check.</para>
1158
1159 <para><varname>ConditionACPower=</varname> may be used to
1160 check whether the system has AC power, or is exclusively
1161 battery powered at the time of activation of the unit. This
1162 takes a boolean argument. If set to <varname>true</varname>,
1163 the condition will hold only if at least one AC connector of
1164 the system is connected to a power source, or if no AC
1165 connectors are known. Conversely, if set to
1166 <varname>false</varname>, the condition will hold only if
1167 there is at least one AC connector known and all AC connectors
1168 are disconnected from a power source.</para>
1169
1170 <para><varname>ConditionNeedsUpdate=</varname> takes one of
1171 <filename>/var</filename> or <filename>/etc</filename> as
1172 argument, possibly prefixed with a <literal>!</literal> (for
1173 inverting the condition). This condition may be used to
1174 conditionalize units on whether the specified directory
1175 requires an update because <filename>/usr</filename>'s
1176 modification time is newer than the stamp file
1177 <filename>.updated</filename> in the specified directory. This
1178 is useful to implement offline updates of the vendor operating
1179 system resources in <filename>/usr</filename> that require
1180 updating of <filename>/etc</filename> or
1181 <filename>/var</filename> on the next following boot. Units
1182 making use of this condition should order themselves before
1183 <citerefentry><refentrytitle>systemd-update-done.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
7f3fdb7f 1184 to make sure they run before the stamp file's modification
798d3a52
ZJS
1185 time gets reset indicating a completed update.</para>
1186
23254af1
LP
1187 <para><varname>ConditionFirstBoot=</varname> takes a boolean argument. This condition may be used to
1188 conditionalize units on whether the system is booting up with an unpopulated <filename>/etc</filename>
1189 directory (specifically: an <filename>/etc</filename> with no <filename>/etc/machine-id</filename>). This may
1190 be used to populate <filename>/etc</filename> on the first boot after factory reset, or when a new system
1191 instance boots up for the first time.</para>
798d3a52
ZJS
1192
1193 <para>With <varname>ConditionPathExists=</varname> a file
1194 existence condition is checked before a unit is started. If
1195 the specified absolute path name does not exist, the condition
1196 will fail. If the absolute path name passed to
1197 <varname>ConditionPathExists=</varname> is prefixed with an
1198 exclamation mark (<literal>!</literal>), the test is negated,
1199 and the unit is only started if the path does not
1200 exist.</para>
1201
1202 <para><varname>ConditionPathExistsGlob=</varname> is similar
1203 to <varname>ConditionPathExists=</varname>, but checks for the
1204 existence of at least one file or directory matching the
1205 specified globbing pattern.</para>
1206
1207 <para><varname>ConditionPathIsDirectory=</varname> is similar
1208 to <varname>ConditionPathExists=</varname> but verifies
1209 whether a certain path exists and is a directory.</para>
1210
1211 <para><varname>ConditionPathIsSymbolicLink=</varname> is
1212 similar to <varname>ConditionPathExists=</varname> but
1213 verifies whether a certain path exists and is a symbolic
1214 link.</para>
1215
1216 <para><varname>ConditionPathIsMountPoint=</varname> is similar
1217 to <varname>ConditionPathExists=</varname> but verifies
1218 whether a certain path exists and is a mount point.</para>
1219
1220 <para><varname>ConditionPathIsReadWrite=</varname> is similar
1221 to <varname>ConditionPathExists=</varname> but verifies
1222 whether the underlying file system is readable and writable
1223 (i.e. not mounted read-only).</para>
1224
1225 <para><varname>ConditionDirectoryNotEmpty=</varname> is
1226 similar to <varname>ConditionPathExists=</varname> but
1227 verifies whether a certain path exists and is a non-empty
1228 directory.</para>
1229
1230 <para><varname>ConditionFileNotEmpty=</varname> is similar to
1231 <varname>ConditionPathExists=</varname> but verifies whether a
1232 certain path exists and refers to a regular file with a
1233 non-zero size.</para>
1234
1235 <para><varname>ConditionFileIsExecutable=</varname> is similar
1236 to <varname>ConditionPathExists=</varname> but verifies
1237 whether a certain path exists, is a regular file and marked
1238 executable.</para>
1239
c465a29f 1240 <para><varname>ConditionUser=</varname> takes a numeric
534bab66
FS
1241 <literal>UID</literal>, a UNIX user name, or the special value
1242 <literal>@system</literal>. This condition may be used to check
1243 whether the service manager is running as the given user. The
1244 special value <literal>@system</literal> can be used to check
1245 if the user id is within the system user range. This option is not
c465a29f
FS
1246 useful for system services, as the system manager exclusively
1247 runs as the root user, and thus the test result is constant.</para>
1248
1249 <para><varname>ConditionGroup=</varname> is similar
1250 to <varname>ConditionUser=</varname> but verifies that the
1251 service manager's real or effective group, or any of its
534bab66
FS
1252 auxiliary groups match the specified group or GID. This setting
1253 does not have a special value <literal>@system</literal>.</para>
c465a29f 1254
e16647c3
CD
1255 <para><varname>ConditionControlGroupController=</varname> takes a
1256 cgroup controller name (eg. <option>cpu</option>), verifying that it is
1257 available for use on the system. For example, a particular controller
1258 may not be available if it was disabled on the kernel command line with
1259 <literal>cgroup_disable=</literal><replaceable>controller</replaceable>.
1260 Multiple controllers may be passed with a space separating them; in
1261 this case the condition will only pass if all listed controllers are
1262 available for use. Controllers unknown to systemd are ignored. Valid
1263 controllers are <option>cpu</option>, <option>cpuacct</option>,
1264 <option>io</option>, <option>blkio</option>, <option>memory</option>,
1265 <option>devices</option>, and <option>pids</option>.</para>
1266
798d3a52
ZJS
1267 <para>If multiple conditions are specified, the unit will be
1268 executed if all of them apply (i.e. a logical AND is applied).
1269 Condition checks can be prefixed with a pipe symbol (|) in
1270 which case a condition becomes a triggering condition. If at
1271 least one triggering condition is defined for a unit, then the
1272 unit will be executed if at least one of the triggering
1273 conditions apply and all of the non-triggering conditions. If
1274 you prefix an argument with the pipe symbol and an exclamation
1275 mark, the pipe symbol must be passed first, the exclamation
1276 second. Except for
1277 <varname>ConditionPathIsSymbolicLink=</varname>, all path
1278 checks follow symlinks. If any of these options is assigned
1279 the empty string, the list of conditions is reset completely,
1280 all previous condition settings (of any kind) will have no
1281 effect.</para></listitem>
1282 </varlistentry>
1283
1284 <varlistentry>
1285 <term><varname>AssertArchitecture=</varname></term>
1286 <term><varname>AssertVirtualization=</varname></term>
1287 <term><varname>AssertHost=</varname></term>
1288 <term><varname>AssertKernelCommandLine=</varname></term>
5022f08a 1289 <term><varname>AssertKernelVersion=</varname></term>
798d3a52
ZJS
1290 <term><varname>AssertSecurity=</varname></term>
1291 <term><varname>AssertCapability=</varname></term>
1292 <term><varname>AssertACPower=</varname></term>
1293 <term><varname>AssertNeedsUpdate=</varname></term>
1294 <term><varname>AssertFirstBoot=</varname></term>
1295 <term><varname>AssertPathExists=</varname></term>
1296 <term><varname>AssertPathExistsGlob=</varname></term>
1297 <term><varname>AssertPathIsDirectory=</varname></term>
1298 <term><varname>AssertPathIsSymbolicLink=</varname></term>
1299 <term><varname>AssertPathIsMountPoint=</varname></term>
1300 <term><varname>AssertPathIsReadWrite=</varname></term>
1301 <term><varname>AssertDirectoryNotEmpty=</varname></term>
1302 <term><varname>AssertFileNotEmpty=</varname></term>
1303 <term><varname>AssertFileIsExecutable=</varname></term>
c465a29f
FS
1304 <term><varname>AssertUser=</varname></term>
1305 <term><varname>AssertGroup=</varname></term>
e16647c3 1306 <term><varname>AssertControlGroupController=</varname></term>
798d3a52 1307
41448597
LP
1308 <listitem><para>Similar to the <varname>ConditionArchitecture=</varname>,
1309 <varname>ConditionVirtualization=</varname>, …, condition settings described above, these settings add
1310 assertion checks to the start-up of the unit. However, unlike the conditions settings, any assertion setting
da25e029
ZJS
1311 that is not met results in failure of the start job (which means this is logged loudly). Use assertion
1312 expressions for units that cannot operate when specific requirements are not met, and when this is something
1313 the administrator or user should look into.</para></listitem>
798d3a52
ZJS
1314 </varlistentry>
1315
1316 <varlistentry>
1317 <term><varname>SourcePath=</varname></term>
1318 <listitem><para>A path to a configuration file this unit has
1319 been generated from. This is primarily useful for
1320 implementation of generator tools that convert configuration
1321 from an external configuration file format into native unit
1322 files. This functionality should not be used in normal
1323 units.</para></listitem>
1324 </varlistentry>
1325 </variablelist>
2bf92506
ZJS
1326 </refsect1>
1327
1328 <refsect1>
1329 <title>Mapping of unit properties to their inverses</title>
1330
1331 <para>Unit settings that create a relationship with a second unit usually show up
1332 in properties of both units, for example in <command>systemctl show</command>
1333 output. In some cases the name of the property is the same as the name of the
1334 configuration setting, but not always. This table lists the pairs of properties
1335 that are shown on two units which are connected through some dependency, and shows
1336 which property on "source" unit corresponds to which property on the "target" unit.
1337 </para>
1338
1339 <table>
1340 <title>
1341 "Forward" and "reverse" unit properties
1342 </title>
1343
1344 <tgroup cols='2'>
1345 <colspec colname='forward' />
1346 <colspec colname='reverse' />
1347 <colspec colname='notes' />
1348 <thead>
1349 <row>
1350 <entry>"Forward" property</entry>
1351 <entry>"Reverse" property</entry>
1352 <entry>Where used</entry>
1353 </row>
1354 </thead>
1355 <tbody>
1356 <row>
1357 <entry><varname>Before=</varname></entry>
1358 <entry><varname>After=</varname></entry>
1359 <entry morerows='1' valign='middle'>Both are unit file options</entry>
1360 </row>
1361 <row>
1362 <entry><varname>After=</varname></entry>
1363 <entry><varname>Before=</varname></entry>
1364 </row>
1365 <row>
1366 <entry><varname>Requires=</varname></entry>
1367 <entry><varname>RequiredBy=</varname></entry>
1368 <entry>A unit file option; an option in the [Install] section</entry>
1369 </row>
1370 <row>
1371 <entry><varname>Wants=</varname></entry>
1372 <entry><varname>WantedBy=</varname></entry>
1373 <entry>A unit file option; an option in the [Install] section</entry>
1374 </row>
1375 <row>
1376 <entry><varname>PartOf=</varname></entry>
1377 <entry><varname>ConsistsOf=</varname></entry>
1378 <entry>A unit file option; an automatic property</entry>
1379 </row>
1380 <row>
1381 <entry><varname>BindsTo=</varname></entry>
1382 <entry><varname>BoundBy=</varname></entry>
1383 <entry>A unit file option; an automatic property</entry>
1384 </row>
1385 <row>
1386 <entry><varname>Requisite=</varname></entry>
1387 <entry><varname>RequisiteOf=</varname></entry>
1388 <entry>A unit file option; an automatic property</entry>
1389 </row>
1390 <row>
1391 <entry><varname>Triggers=</varname></entry>
1392 <entry><varname>TriggeredBy=</varname></entry>
1393 <entry>Automatic properties, see notes below</entry>
1394 </row>
1395 <row>
1396 <entry><varname>Conflicts=</varname></entry>
1397 <entry><varname>ConflictedBy=</varname></entry>
1398 <entry>A unit file option; an automatic property</entry>
1399 </row>
1400 <row>
1401 <entry><varname>PropagatesReloadTo=</varname></entry>
1402 <entry><varname>ReloadPropagatedFrom=</varname></entry>
1403 <entry morerows='1' valign='middle'>Both are unit file options</entry>
1404 </row>
1405 <row>
1406 <entry><varname>ReloadPropagatedFrom=</varname></entry>
1407 <entry><varname>PropagatesReloadTo=</varname></entry>
1408 </row>
1409 </tbody>
1410 </tgroup>
1411 </table>
798d3a52 1412
2bf92506
ZJS
1413 <para>Note: <varname>WantedBy=</varname> and <varname>RequiredBy=</varname> are
1414 used in the [Install] section to create symlinks in <filename>.wants/</filename>
1415 and <filename>.requires/</filename> directories. They cannot be used directly as a
1416 unit configuration setting.</para>
1417
1418 <para>Note: <varname>ConsistsOf=</varname>, <varname>BoundBy=</varname>,
1419 <varname>RequisiteOf=</varname>, <varname>ConflictedBy=</varname> are created
1420 implicitly along with their reverse and cannot be specified directly.</para>
1421
1422 <para>Note: <varname>Triggers=</varname> is created implicitly between a socket,
1423 path unit, or an automount unit, and the unit they activate. By default a unit
1424 with the same name is triggered, but this can be overriden using
1425 <varname>Sockets=</varname>, <varname>Service=</varname>, and <varname>Unit=</varname>
1426 settings. See
1427 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1428 <citerefentry><refentrytitle>systemd.socket</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1429 <citerefentry><refentrytitle>systemd.path</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1430 and
1431 <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>
1432 for details. <varname>TriggersBy=</varname> is created implicitly on the
1433 triggered unit.</para>
798d3a52
ZJS
1434 </refsect1>
1435
1436 <refsect1>
1437 <title>[Install] Section Options</title>
1438
be73bb48
LP
1439 <para>Unit files may include an <literal>[Install]</literal> section, which carries installation information for
1440 the unit. This section is not interpreted by
1441 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> during runtime; it is
1442 used by the <command>enable</command> and <command>disable</command> commands of the
1443 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool during
caa45f5b 1444 installation of a unit.</para>
798d3a52
ZJS
1445
1446 <variablelist class='unit-directives'>
1447 <varlistentry>
1448 <term><varname>Alias=</varname></term>
1449
f4bf8d2f 1450 <listitem><para>A space-separated list of additional names this unit shall be installed under. The names listed
1245e413 1451 here must have the same suffix (i.e. type) as the unit filename. This option may be specified more than once,
f4bf8d2f
LP
1452 in which case all listed names are used. At installation time, <command>systemctl enable</command> will create
1453 symlinks from these names to the unit filename. Note that not all unit types support such alias names, and this
1454 setting is not supported for them. Specifically, mount, slice, swap, and automount units do not support
1455 aliasing.</para></listitem>
798d3a52
ZJS
1456 </varlistentry>
1457
1458 <varlistentry>
1459 <term><varname>WantedBy=</varname></term>
1460 <term><varname>RequiredBy=</varname></term>
1461
1462 <listitem><para>This option may be used more than once, or a
1463 space-separated list of unit names may be given. A symbolic
1464 link is created in the <filename>.wants/</filename> or
1465 <filename>.requires/</filename> directory of each of the
1466 listed units when this unit is installed by <command>systemctl
1467 enable</command>. This has the effect that a dependency of
1468 type <varname>Wants=</varname> or <varname>Requires=</varname>
1469 is added from the listed unit to the current unit. The primary
1470 result is that the current unit will be started when the
1471 listed unit is started. See the description of
1472 <varname>Wants=</varname> and <varname>Requires=</varname> in
1473 the [Unit] section for details.</para>
1474
1475 <para><command>WantedBy=foo.service</command> in a service
1476 <filename>bar.service</filename> is mostly equivalent to
1477 <command>Alias=foo.service.wants/bar.service</command> in the
1478 same file. In case of template units, <command>systemctl
1479 enable</command> must be called with an instance name, and
1480 this instance will be added to the
1481 <filename>.wants/</filename> or
1482 <filename>.requires/</filename> list of the listed unit. E.g.
1483 <command>WantedBy=getty.target</command> in a service
1484 <filename>getty@.service</filename> will result in
1485 <command>systemctl enable getty@tty2.service</command>
1486 creating a
1487 <filename>getty.target.wants/getty@tty2.service</filename>
1488 link to <filename>getty@.service</filename>.
1489 </para></listitem>
1490 </varlistentry>
1491
1492 <varlistentry>
1493 <term><varname>Also=</varname></term>
1494
1495 <listitem><para>Additional units to install/deinstall when
1496 this unit is installed/deinstalled. If the user requests
1497 installation/deinstallation of a unit with this option
1498 configured, <command>systemctl enable</command> and
1499 <command>systemctl disable</command> will automatically
1500 install/uninstall units listed in this option as well.</para>
1501
1502 <para>This option may be used more than once, or a
1503 space-separated list of unit names may be
1504 given.</para></listitem>
1505 </varlistentry>
1506
1507 <varlistentry>
1508 <term><varname>DefaultInstance=</varname></term>
1509
1510 <listitem><para>In template unit files, this specifies for
1511 which instance the unit shall be enabled if the template is
1512 enabled without any explicitly set instance. This option has
1513 no effect in non-template unit files. The specified string
1514 must be usable as instance identifier.</para></listitem>
1515 </varlistentry>
1516 </variablelist>
1517
1518 <para>The following specifiers are interpreted in the Install
1519 section: %n, %N, %p, %i, %U, %u, %m, %H, %b, %v. For their meaning
1520 see the next section.
1521 </para>
1522 </refsect1>
1523
1524 <refsect1>
1525 <title>Specifiers</title>
1526
1527 <para>Many settings resolve specifiers which may be used to write
1528 generic unit files referring to runtime or unit parameters that
751223fe
ZJS
1529 are replaced when the unit files are loaded. Specifiers must be known
1530 and resolvable for the setting to be valid. The following
798d3a52
ZJS
1531 specifiers are understood:</para>
1532
1533 <table>
1534 <title>Specifiers available in unit files</title>
1535 <tgroup cols='3' align='left' colsep='1' rowsep='1'>
1536 <colspec colname="spec" />
1537 <colspec colname="mean" />
1538 <colspec colname="detail" />
1539 <thead>
1540 <row>
5a15caf4
ZJS
1541 <entry>Specifier</entry>
1542 <entry>Meaning</entry>
1543 <entry>Details</entry>
798d3a52
ZJS
1544 </row>
1545 </thead>
1546 <tbody>
1547 <row>
5a15caf4
ZJS
1548 <entry><literal>%n</literal></entry>
1549 <entry>Full unit name</entry>
1550 <entry></entry>
798d3a52
ZJS
1551 </row>
1552 <row>
5a15caf4
ZJS
1553 <entry><literal>%N</literal></entry>
1554 <entry>Unescaped full unit name</entry>
1555 <entry>Same as <literal>%n</literal>, but with escaping undone. This undoes the escaping used when generating unit names from arbitrary strings (see above). </entry>
798d3a52
ZJS
1556 </row>
1557 <row>
5a15caf4
ZJS
1558 <entry><literal>%p</literal></entry>
1559 <entry>Prefix name</entry>
1560 <entry>For instantiated units, this refers to the string before the <literal>@</literal> character of the unit name. For non-instantiated units, this refers to the name of the unit with the type suffix removed.</entry>
798d3a52
ZJS
1561 </row>
1562 <row>
5a15caf4
ZJS
1563 <entry><literal>%P</literal></entry>
1564 <entry>Unescaped prefix name</entry>
1565 <entry>Same as <literal>%p</literal>, but with escaping undone</entry>
798d3a52
ZJS
1566 </row>
1567 <row>
5a15caf4
ZJS
1568 <entry><literal>%i</literal></entry>
1569 <entry>Instance name</entry>
1570 <entry>For instantiated units: this is the string between the <literal>@</literal> character and the suffix of the unit name.</entry>
798d3a52
ZJS
1571 </row>
1572 <row>
5a15caf4
ZJS
1573 <entry><literal>%I</literal></entry>
1574 <entry>Unescaped instance name</entry>
1575 <entry>Same as <literal>%i</literal>, but with escaping undone</entry>
798d3a52
ZJS
1576 </row>
1577 <row>
5a15caf4
ZJS
1578 <entry><literal>%f</literal></entry>
1579 <entry>Unescaped filename</entry>
1580 <entry>This is either the unescaped instance name (if applicable) with <filename>/</filename> prepended (if applicable), or the unescaped prefix name prepended with <filename>/</filename>. This implements unescaping according to the rules for escaping absolute file system paths discussed above.</entry>
798d3a52
ZJS
1581 </row>
1582 <row>
5a15caf4
ZJS
1583 <entry><literal>%t</literal></entry>
1584 <entry>Runtime directory root</entry>
1585 <entry>This is either <filename>/run</filename> (for the system manager) or the path <literal>$XDG_RUNTIME_DIR</literal> resolves to (for user managers).</entry>
798d3a52
ZJS
1586 </row>
1587 <row>
5a15caf4
ZJS
1588 <entry><literal>%S</literal></entry>
1589 <entry>State directory root</entry>
1590 <entry>This is either <filename>/var/lib</filename> (for the system manager) or the path <literal>$XDG_CONFIG_HOME</literal> resolves to (for user managers).</entry>
14068e17
LP
1591 </row>
1592 <row>
5a15caf4
ZJS
1593 <entry><literal>%C</literal></entry>
1594 <entry>Cache directory root</entry>
1595 <entry>This is either <filename>/var/cache</filename> (for the system manager) or the path <literal>$XDG_CACHE_HOME</literal> resolves to (for user managers).</entry>
14068e17
LP
1596 </row>
1597 <row>
5a15caf4
ZJS
1598 <entry><literal>%L</literal></entry>
1599 <entry>Log directory root</entry>
1600 <entry>This is either <filename>/var/log</filename> (for the system manager) or the path <literal>$XDG_CONFIG_HOME</literal> resolves to with <filename noindex='true'>/log</filename> appended (for user managers).</entry>
14068e17
LP
1601 </row>
1602 <row>
5a15caf4
ZJS
1603 <entry><literal>%u</literal></entry>
1604 <entry>User name</entry>
1605 <entry>This is the name of the user running the service manager instance. In case of the system manager this resolves to <literal>root</literal>.</entry>
798d3a52
ZJS
1606 </row>
1607 <row>
5a15caf4
ZJS
1608 <entry><literal>%U</literal></entry>
1609 <entry>User UID</entry>
1610 <entry>This is the numeric UID of the user running the service manager instance. In case of the system manager this resolves to <literal>0</literal>.</entry>
798d3a52
ZJS
1611 </row>
1612 <row>
5a15caf4
ZJS
1613 <entry><literal>%h</literal></entry>
1614 <entry>User home directory</entry>
1615 <entry>This is the home directory of the user running the service manager instance. In case of the system manager this resolves to <literal>/root</literal>.</entry>
798d3a52
ZJS
1616 </row>
1617 <row>
5a15caf4
ZJS
1618 <entry><literal>%s</literal></entry>
1619 <entry>User shell</entry>
1620 <entry>This is the shell of the user running the service manager instance. In case of the system manager this resolves to <literal>/bin/sh</literal>.</entry>
798d3a52
ZJS
1621 </row>
1622 <row>
5a15caf4
ZJS
1623 <entry><literal>%m</literal></entry>
1624 <entry>Machine ID</entry>
1625 <entry>The machine ID of the running system, formatted as string. See <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more information.</entry>
798d3a52
ZJS
1626 </row>
1627 <row>
5a15caf4
ZJS
1628 <entry><literal>%b</literal></entry>
1629 <entry>Boot ID</entry>
1630 <entry>The boot ID of the running system, formatted as string. See <citerefentry><refentrytitle>random</refentrytitle><manvolnum>4</manvolnum></citerefentry> for more information.</entry>
798d3a52
ZJS
1631 </row>
1632 <row>
5a15caf4
ZJS
1633 <entry><literal>%H</literal></entry>
1634 <entry>Host name</entry>
1635 <entry>The hostname of the running system at the point in time the unit configuration is loaded.</entry>
798d3a52
ZJS
1636 </row>
1637 <row>
5a15caf4
ZJS
1638 <entry><literal>%v</literal></entry>
1639 <entry>Kernel release</entry>
1640 <entry>Identical to <command>uname -r</command> output</entry>
798d3a52
ZJS
1641 </row>
1642 <row>
5a15caf4
ZJS
1643 <entry><literal>%%</literal></entry>
1644 <entry>Single percent sign</entry>
1645 <entry>Use <literal>%%</literal> in place of <literal>%</literal> to specify a single percent sign.</entry>
798d3a52
ZJS
1646 </row>
1647 </tbody>
1648 </tgroup>
1649 </table>
798d3a52
ZJS
1650 </refsect1>
1651
1652 <refsect1>
1653 <title>Examples</title>
1654
1655 <example>
1656 <title>Allowing units to be enabled</title>
1657
1658 <para>The following snippet (highlighted) allows a unit (e.g.
1659 <filename>foo.service</filename>) to be enabled via
1660 <command>systemctl enable</command>:</para>
1661
1662 <programlisting>[Unit]
92b1e225
CS
1663Description=Foo
1664
1665[Service]
1666ExecStart=/usr/sbin/foo-daemon
1667
1668<emphasis>[Install]</emphasis>
1669<emphasis>WantedBy=multi-user.target</emphasis></programlisting>
1670
798d3a52
ZJS
1671 <para>After running <command>systemctl enable</command>, a
1672 symlink
12b42c76 1673 <filename>/etc/systemd/system/multi-user.target.wants/foo.service</filename>
798d3a52
ZJS
1674 linking to the actual unit will be created. It tells systemd to
1675 pull in the unit when starting
1676 <filename>multi-user.target</filename>. The inverse
1677 <command>systemctl disable</command> will remove that symlink
1678 again.</para>
1679 </example>
1680
1681 <example>
1682 <title>Overriding vendor settings</title>
1683
1684 <para>There are two methods of overriding vendor settings in
1685 unit files: copying the unit file from
12b42c76
TG
1686 <filename>/usr/lib/systemd/system</filename> to
1687 <filename>/etc/systemd/system</filename> and modifying the
798d3a52
ZJS
1688 chosen settings. Alternatively, one can create a directory named
1689 <filename><replaceable>unit</replaceable>.d/</filename> within
12b42c76 1690 <filename>/etc/systemd/system</filename> and place a drop-in
798d3a52
ZJS
1691 file <filename><replaceable>name</replaceable>.conf</filename>
1692 there that only changes the specific settings one is interested
1693 in. Note that multiple such drop-in files are read if
8331eaab 1694 present, processed in lexicographic order of their filename.</para>
798d3a52
ZJS
1695
1696 <para>The advantage of the first method is that one easily
1697 overrides the complete unit, the vendor unit is not parsed at
1698 all anymore. It has the disadvantage that improvements to the
1699 unit file by the vendor are not automatically incorporated on
1700 updates.</para>
1701
1702 <para>The advantage of the second method is that one only
1703 overrides the settings one specifically wants, where updates to
1704 the unit by the vendor automatically apply. This has the
1705 disadvantage that some future updates by the vendor might be
1706 incompatible with the local changes.</para>
1707
798d3a52
ZJS
1708 <para>This also applies for user instances of systemd, but with
1709 different locations for the unit files. See the section on unit
1710 load paths for further details.</para>
1711
1712 <para>Suppose there is a vendor-supplied unit
12b42c76 1713 <filename>/usr/lib/systemd/system/httpd.service</filename> with
798d3a52
ZJS
1714 the following contents:</para>
1715
1716 <programlisting>[Unit]
92b1e225
CS
1717Description=Some HTTP server
1718After=remote-fs.target sqldb.service
1719Requires=sqldb.service
1720AssertPathExists=/srv/webserver
1721
1722[Service]
1723Type=notify
1724ExecStart=/usr/sbin/some-fancy-httpd-server
1725Nice=5
1726
1727[Install]
1728WantedBy=multi-user.target</programlisting>
1729
798d3a52
ZJS
1730 <para>Now one wants to change some settings as an administrator:
1731 firstly, in the local setup, <filename>/srv/webserver</filename>
e2acdb6b 1732 might not exist, because the HTTP server is configured to use
798d3a52
ZJS
1733 <filename>/srv/www</filename> instead. Secondly, the local
1734 configuration makes the HTTP server also depend on a memory
1735 cache service, <filename>memcached.service</filename>, that
1736 should be pulled in (<varname>Requires=</varname>) and also be
1737 ordered appropriately (<varname>After=</varname>). Thirdly, in
1738 order to harden the service a bit more, the administrator would
1739 like to set the <varname>PrivateTmp=</varname> setting (see
912f003f 1740 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>
798d3a52
ZJS
1741 for details). And lastly, the administrator would like to reset
1742 the niceness of the service to its default value of 0.</para>
1743
1744 <para>The first possibility is to copy the unit file to
12b42c76 1745 <filename>/etc/systemd/system/httpd.service</filename> and
798d3a52
ZJS
1746 change the chosen settings:</para>
1747
1748 <programlisting>[Unit]
92b1e225
CS
1749Description=Some HTTP server
1750After=remote-fs.target sqldb.service <emphasis>memcached.service</emphasis>
1751Requires=sqldb.service <emphasis>memcached.service</emphasis>
1752AssertPathExists=<emphasis>/srv/www</emphasis>
1753
1754[Service]
1755Type=notify
1756ExecStart=/usr/sbin/some-fancy-httpd-server
1757<emphasis>Nice=0</emphasis>
1758<emphasis>PrivateTmp=yes</emphasis>
1759
1760[Install]
1761WantedBy=multi-user.target</programlisting>
1762
798d3a52
ZJS
1763 <para>Alternatively, the administrator could create a drop-in
1764 file
12b42c76 1765 <filename>/etc/systemd/system/httpd.service.d/local.conf</filename>
798d3a52 1766 with the following contents:</para>
92b1e225 1767
798d3a52 1768 <programlisting>[Unit]
92b1e225
CS
1769After=memcached.service
1770Requires=memcached.service
1771# Reset all assertions and then re-add the condition we want
1772AssertPathExists=
1773AssertPathExists=/srv/www
1774
1775[Service]
1776Nice=0
1777PrivateTmp=yes</programlisting>
1778
afbc75e6
DB
1779 <para>Note that for drop-in files, if one wants to remove
1780 entries from a setting that is parsed as a list (and is not a
1781 dependency), such as <varname>AssertPathExists=</varname> (or
1782 e.g. <varname>ExecStart=</varname> in service units), one needs
1783 to first clear the list before re-adding all entries except the
1784 one that is to be removed. Dependencies (<varname>After=</varname>, etc.)
798d3a52
ZJS
1785 cannot be reset to an empty list, so dependencies can only be
1786 added in drop-ins. If you want to remove dependencies, you have
1787 to override the entire unit.</para>
0cf4c0d1 1788
798d3a52
ZJS
1789 </example>
1790 </refsect1>
1791
1792 <refsect1>
1793 <title>See Also</title>
1794 <para>
1795 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1796 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1797 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
1798 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1799 <citerefentry><refentrytitle>systemd.socket</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1800 <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1801 <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1802 <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1803 <citerefentry><refentrytitle>systemd.swap</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1804 <citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1805 <citerefentry><refentrytitle>systemd.path</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1806 <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
798d3a52
ZJS
1807 <citerefentry><refentrytitle>systemd.scope</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1808 <citerefentry><refentrytitle>systemd.slice</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1809 <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
1810 <citerefentry><refentrytitle>systemd-analyze</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1811 <citerefentry project='man-pages'><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
1812 <citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
3ba3a79d 1813 <citerefentry project='man-pages'><refentrytitle>uname</refentrytitle><manvolnum>1</manvolnum></citerefentry>
798d3a52
ZJS
1814 </para>
1815 </refsect1>
d1ab0ca0
LP
1816
1817</refentry>