]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemctl.xml
man: update description of default extension for isolate
[thirdparty/systemd.git] / man / systemctl.xml
CommitLineData
3802a3d3 1<?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
7874bcd6 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4a6022f0 3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
7874bcd6
LP
4
5<!--
4a6022f0 6This file is part of systemd.
7874bcd6 7
4a6022f0 8Copyright 2010 Lennart Poettering
7874bcd6 9
4a6022f0
ZJS
10systemd is free software; you can redistribute it and/or modify it
11under the terms of the GNU Lesser General Public License as published by
12the Free Software Foundation; either version 2.1 of the License, or
13(at your option) any later version.
7874bcd6 14
4a6022f0
ZJS
15systemd is distributed in the hope that it will be useful, but
16WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
7874bcd6 19
4a6022f0
ZJS
20You should have received a copy of the GNU Lesser General Public License
21along with systemd; If not, see <http://www.gnu.org/licenses/>.
7874bcd6
LP
22-->
23
21ac6ff1
ZJS
24<refentry id="systemctl"
25 xmlns:xi="http://www.w3.org/2001/XInclude">
7874bcd6 26
4a6022f0
ZJS
27 <refentryinfo>
28 <title>systemctl</title>
29 <productname>systemd</productname>
30
31 <authorgroup>
32 <author>
33 <contrib>Developer</contrib>
34 <firstname>Lennart</firstname>
35 <surname>Poettering</surname>
36 <email>lennart@poettering.net</email>
37 </author>
38 </authorgroup>
39 </refentryinfo>
40
41 <refmeta>
42 <refentrytitle>systemctl</refentrytitle>
43 <manvolnum>1</manvolnum>
44 </refmeta>
45
46 <refnamediv>
47 <refname>systemctl</refname>
48 <refpurpose>Control the systemd system and service manager</refpurpose>
49 </refnamediv>
50
51 <refsynopsisdiv>
52 <cmdsynopsis>
53 <command>systemctl</command>
54 <arg choice="opt" rep="repeat">OPTIONS</arg>
55 <arg choice="plain">COMMAND</arg>
56 <arg choice="opt" rep="repeat">NAME</arg>
57 </cmdsynopsis>
58 </refsynopsisdiv>
59
60 <refsect1>
61 <title>Description</title>
62
a4390b6b
LP
63 <para><command>systemctl</command> may be used to introspect and
64 control the state of the <literal>systemd</literal> system and
65 service manager. Please refer to
4a6022f0 66 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
a4390b6b
LP
67 for an introduction into the basic concepts and functionality this
68 tool manages.</para>
4a6022f0
ZJS
69 </refsect1>
70
71 <refsect1>
72 <title>Options</title>
73
74 <para>The following options are understood:</para>
75
76 <variablelist>
4a6022f0
ZJS
77 <varlistentry>
78 <term><option>-t</option></term>
79 <term><option>--type=</option></term>
80
81 <listitem>
e9dd9f95 82 <para>The argument should be a comma-separated list of unit
20b3f379 83 types such as <option>service</option> and
9b9b3d36
MW
84 <option>socket</option>.
85 </para>
20b3f379
ZJS
86
87 <para>If one of the arguments is a unit type, when listing
7b870f60 88 units, limit display to certain unit types. Otherwise, units
4a6022f0
ZJS
89 of all types will be shown.</para>
90
20b3f379 91 <para>As a special case, if one of the arguments is
4a6022f0
ZJS
92 <option>help</option>, a list of allowed values will be
93 printed and the program will exit.</para>
94 </listitem>
95 </varlistentry>
96
9b9b3d36
MW
97 <varlistentry>
98 <term><option>--state=</option></term>
99
100 <listitem>
036359ba
LP
101 <para>The argument should be a comma-separated list of unit
102 LOAD, SUB, or ACTIVE states. When listing units, show only
103 those in specified states. Use <option>--state=failed</option>
104 to show only failed units.</para>
9b9b3d36
MW
105 </listitem>
106 </varlistentry>
107
4a6022f0
ZJS
108 <varlistentry>
109 <term><option>-p</option></term>
110 <term><option>--property=</option></term>
111
112 <listitem>
54c31a79
LP
113 <para>When showing unit/job/manager properties with the
114 <command>show</command> command, limit display to certain
7b870f60 115 properties as specified as argument. If not specified, all
54c31a79 116 set properties are shown. The argument should be a
d2bbca68 117 comma-separated list of property names, such as
7b870f60 118 <literal>MainPID</literal>. If specified more than once, all
033a842c 119 properties with the specified names are shown.</para>
4a6022f0
ZJS
120 </listitem>
121 </varlistentry>
122
123 <varlistentry>
124 <term><option>-a</option></term>
125 <term><option>--all</option></term>
126
127 <listitem>
a5e4972c
LP
128 <para>When listing units, show all loaded units, regardless
129 of their state, including inactive units. When showing
4a6022f0
ZJS
130 unit/job/manager properties, show all properties regardless
131 whether they are set or not.</para>
a5e4972c
LP
132 <para>To list all units installed on the system, use the
133 <command>list-unit-files</command> command instead.</para>
4a6022f0
ZJS
134 </listitem>
135 </varlistentry>
136
1238ee09
LP
137 <varlistentry>
138 <term><option>-r</option></term>
139 <term><option>--recursive</option></term>
140
141 <listitem>
142 <para>When listing units, also show units of local
143 containers. Units of local containers will be prefixed with
144 the container name, separated by a single colon character
145 (<literal>:</literal>).</para>
146 </listitem>
147 </varlistentry>
148
afba4199
ZJS
149 <varlistentry>
150 <term><option>--reverse</option></term>
151
152 <listitem>
153 <para>Show reverse dependencies between units with
f6375e83
ZJS
154 <command>list-dependencies</command>, i.e. follow
155 dependencies of type <varname>WantedBy=</varname>,
156 <varname>RequiredBy=</varname>,
157 <varname>RequiredByOverrridable=</varname>,
158 <varname>PartOf=</varname>, <varname>BoundBy=</varname>,
159 instead of <varname>Wants=</varname> and similar.
afba4199
ZJS
160 </para>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry>
165 <term><option>--after</option></term>
9029f642
JSJ
166
167 <listitem>
168 <para>With <command>list-dependencies</command>, show the
169 units that are ordered before the specified unit. In other
f6375e83
ZJS
170 words, recursively list units following the
171 <varname>After=</varname> dependency.</para>
172
173 <para>Note that any <varname>After=</varname> dependency is
174 automatically mirrored to create a
175 <varname>Before=</varname> dependency. Temporal dependencies
176 may be specified explictly, but are also created implicitly
177 for units which are <varname>WantedBy=</varname> targets
178 (see
179 <citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
180 and as a result of other directives (for example
181 <varname>RequiresMountsFor=</varname>). Both explicitly
182 and implicitly introduced dependencies are shown with
183 <command>list-dependencies</command>.</para>
9029f642
JSJ
184 </listitem>
185 </varlistentry>
186
187 <varlistentry>
afba4199
ZJS
188 <term><option>--before</option></term>
189
190 <listitem>
9029f642
JSJ
191 <para>With <command>list-dependencies</command>, show the
192 units that are ordered after the specified unit. In other
f6375e83
ZJS
193 words, recursively list units following the
194 <varname>Before=</varname> dependency.</para>
afba4199
ZJS
195 </listitem>
196 </varlistentry>
197
4a6022f0 198 <varlistentry>
98a6e132 199 <term><option>-l</option></term>
4a6022f0
ZJS
200 <term><option>--full</option></term>
201
202 <listitem>
69d918b0
ZJS
203 <para>Do not ellipsize unit names, process tree entries,
204 journal output, or truncate unit descriptions in the output
205 of <command>status</command>, <command>list-units</command>,
206 <command>list-jobs</command>, and
207 <command>list-timers</command>.</para>
4a6022f0
ZJS
208 </listitem>
209 </varlistentry>
210
991f2a39
ZJS
211 <varlistentry>
212 <term><option>--show-types</option></term>
213
214 <listitem>
215 <para>When showing sockets, show the type of the socket.</para>
216 </listitem>
217 </varlistentry>
218
23ade460 219 <varlistentry>
4dc5b821 220 <term><option>--job-mode=</option></term>
23ade460
MS
221
222 <listitem>
e0e009c0
JE
223 <para>When queuing a new job, this option controls how to deal with
224 already queued jobs. It takes one of <literal>fail</literal>,
4dc5b821
LP
225 <literal>replace</literal>,
226 <literal>replace-irreversibly</literal>,
227 <literal>isolate</literal>,
228 <literal>ignore-dependencies</literal>,
229 <literal>ignore-requirements</literal> or
230 <literal>flush</literal>. Defaults to
231 <literal>replace</literal>, except when the
232 <command>isolate</command> command is used which implies the
233 <literal>isolate</literal> job mode.</para>
234
235 <para>If <literal>fail</literal> is specified and a requested
236 operation conflicts with a pending job (more specifically:
237 causes an already pending start job to be reversed into a stop
238 job or vice versa), cause the operation to fail.</para>
239
240 <para>If <literal>replace</literal> (the default) is
241 specified, any conflicting pending job will be replaced, as
242 necessary.</para>
243
244 <para>If <literal>replace-irreversibly</literal> is specified,
245 operate like <literal>replace</literal>, but also mark the new
246 jobs as irreversible. This prevents future conflicting
9a92e77e
DS
247 transactions from replacing these jobs (or even being enqueued
248 while the irreversible jobs are still pending). Irreversible
249 jobs can still be cancelled using the <command>cancel</command>
250 command.</para>
4dc5b821
LP
251
252 <para><literal>isolate</literal> is only valid for start
253 operations and causes all other units to be stopped when the
254 specified unit is started. This mode is always used when the
255 <command>isolate</command> command is used.</para>
256
257 <para><literal>flush</literal> will cause all queued jobs to
258 be canceled when the new job is enqueued.</para>
259
260 <para>If <literal>ignore-dependencies</literal> is specified,
261 then all unit dependencies are ignored for this new job and
262 the operation is executed immediately. If passed, no required
263 units of the unit passed will be pulled in, and no ordering
264 dependencies will be honored. This is mostly a debugging and
265 rescue tool for the administrator and should not be used by
266 applications.</para>
267
268 <para><literal>ignore-requirements</literal> is similar to
b040723e 269 <literal>ignore-dependencies</literal>, but only causes the
4dc5b821
LP
270 requirement dependencies to be ignored, the ordering
271 dependencies will still be honoured.</para>
23ade460 272 </listitem>
4a6022f0 273
4a6022f0
ZJS
274 </varlistentry>
275
276 <varlistentry>
277 <term><option>-i</option></term>
278 <term><option>--ignore-inhibitors</option></term>
279
280 <listitem>
281 <para>When system shutdown or a sleep state is requested,
282 ignore inhibitor locks. Applications can establish inhibitor
283 locks to avoid that certain important operations (such as CD
284 burning or suchlike) are interrupted by system shutdown or a
285 sleep state. Any user may take these locks and privileged
286 users may override these locks. If any locks are taken,
287 shutdown and sleep state requests will normally fail
494a6682 288 (regardless of whether privileged or not) and a list of active locks
7b870f60
JE
289 is printed. However, if <option>--ignore-inhibitors</option>
290 is specified, the locks are ignored and not printed, and the
4a6022f0
ZJS
291 operation attempted anyway, possibly requiring additional
292 privileges.</para>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry>
297 <term><option>-q</option></term>
298 <term><option>--quiet</option></term>
299
300 <listitem>
301 <para>Suppress output to standard output in
302 <command>snapshot</command>,
303 <command>is-active</command>,
304 <command>is-failed</command>,
99813a19
LP
305 <command>is-enabled</command>,
306 <command>is-system-running</command>,
4a6022f0
ZJS
307 <command>enable</command> and
308 <command>disable</command>.</para>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry>
313 <term><option>--no-block</option></term>
314
315 <listitem>
316 <para>Do not synchronously wait for the requested operation
7b870f60 317 to finish. If this is not specified, the job will be
4a6022f0 318 verified, enqueued and <command>systemctl</command> will
7b870f60 319 wait until it is completed. By passing this argument, it is
4a6022f0
ZJS
320 only verified and enqueued.</para>
321 </listitem>
322 </varlistentry>
323
324 <varlistentry>
325 <term><option>--no-legend</option></term>
326
327 <listitem>
841aa8c0 328 <para>Do not print the legend, i.e. the column headers and
4a6022f0
ZJS
329 the footer with hints.</para>
330 </listitem>
331 </varlistentry>
332
88ae7333
ZJS
333 <xi:include href="user-system-options.xml" xpointer="user" />
334 <xi:include href="user-system-options.xml" xpointer="system" />
4a6022f0 335
036359ba
LP
336 <!-- we do not document -failed here, as it has been made
337 redundant by -state=failed, which it predates. To keep
338 things simple we only document the new switch, while
339 keeping the old one around for compatibility only. -->
599b6322 340
4a6022f0
ZJS
341 <varlistentry>
342 <term><option>--no-wall</option></term>
343
344 <listitem>
7b870f60 345 <para>Do not send wall message before halt, power-off,
4a6022f0
ZJS
346 reboot.</para>
347 </listitem>
348 </varlistentry>
349
350 <varlistentry>
351 <term><option>--global</option></term>
352
353 <listitem>
354 <para>When used with <command>enable</command> and
355 <command>disable</command>, operate on the global user
356 configuration directory, thus enabling or disabling a unit
357 file globally for all future logins of all users.</para>
358 </listitem>
359 </varlistentry>
360
361 <varlistentry>
362 <term><option>--no-reload</option></term>
363
364 <listitem>
365 <para>When used with <command>enable</command> and
366 <command>disable</command>, do not implicitly reload daemon
367 configuration after executing the changes.</para>
368 </listitem>
369 </varlistentry>
370
371 <varlistentry>
372 <term><option>--no-ask-password</option></term>
373
374 <listitem>
375 <para>When used with <command>start</command> and related
376 commands, disables asking for passwords. Background services
377 may require input of a password or passphrase string, for
378 example to unlock system hard disks or cryptographic
379 certificates. Unless this option is specified and the
7b870f60 380 command is invoked from a terminal,
4a6022f0
ZJS
381 <command>systemctl</command> will query the user on the
382 terminal for the necessary secrets. Use this option to
7b870f60 383 switch this behavior off. In this case, the password must be
4a6022f0
ZJS
384 supplied by some other means (for example graphical password
385 agents) or the service might fail. This also disables
386 querying the user for authentication for privileged
387 operations.</para>
388 </listitem>
389
390 </varlistentry>
391
392 <varlistentry>
393 <term><option>--kill-who=</option></term>
394
395 <listitem>
396 <para>When used with <command>kill</command>, choose which
af7424af
LP
397 processes to send a signal to. Must be one of
398 <option>main</option>, <option>control</option> or
399 <option>all</option> to select whether to kill only the main
400 process, the control process or all processes of the
401 unit. The main process of the unit is the one that defines
402 the life-time of it. A control process of a unit is one that
403 is invoked by the manager to induce state changes of it. For
404 example, all processes started due to the
405 <varname>ExecStartPre=</varname>,
406 <varname>ExecStop=</varname> or
407 <varname>ExecReload=</varname> settings of service units are
408 control processes. Note that there is only one control
409 process per unit at a time, as only one state change is
410 executed at a time. For services of type
b8bde116 411 <varname>Type=forking</varname>, the initial process started
af7424af
LP
412 by the manager for <varname>ExecStart=</varname> is a
413 control process, while the process ultimately forked off by
414 that one is then considered the main process of the unit (if
415 it can be determined). This is different for service units
416 of other types, where the process forked off by the manager
417 for <varname>ExecStart=</varname> is always the main process
b8bde116
JE
418 itself. A service unit consists of zero or one main process,
419 zero or one control process plus any number of additional
af7424af 420 processes. Not all unit types manage processes of these
b8bde116 421 types however. For example, for mount units, control processes
af7424af
LP
422 are defined (which are the invocations of
423 <filename>/usr/bin/mount</filename> and
424 <filename>/usr/bin/umount</filename>), but no main process
425 is defined. If omitted, defaults to
426 <option>all</option>.</para>
4a6022f0
ZJS
427 </listitem>
428
429 </varlistentry>
430
431 <varlistentry>
432 <term><option>-s</option></term>
433 <term><option>--signal=</option></term>
434
435 <listitem>
436 <para>When used with <command>kill</command>, choose which
437 signal to send to selected processes. Must be one of the
05cc7267 438 well known signal specifiers such as <constant>SIGTERM</constant>, <constant>SIGINT</constant> or
7b870f60 439 <constant>SIGSTOP</constant>. If omitted, defaults to
4a6022f0
ZJS
440 <option>SIGTERM</option>.</para>
441 </listitem>
442 </varlistentry>
443
444 <varlistentry>
445 <term><option>-f</option></term>
446 <term><option>--force</option></term>
447
448 <listitem>
449 <para>When used with <command>enable</command>, overwrite
450 any existing conflicting symlinks.</para>
451
452 <para>When used with <command>halt</command>,
453 <command>poweroff</command>, <command>reboot</command> or
7b870f60 454 <command>kexec</command>, execute the selected operation
4a6022f0
ZJS
455 without shutting down all units. However, all processes will
456 be killed forcibly and all file systems are unmounted or
457 remounted read-only. This is hence a drastic but relatively
458 safe option to request an immediate reboot. If
459 <option>--force</option> is specified twice for these
460 operations, they will be executed immediately without
1e89266b 461 terminating any processes or unmounting any file
4a6022f0
ZJS
462 systems. Warning: specifying <option>--force</option> twice
463 with any of these operations might result in data
464 loss.</para>
465 </listitem>
466 </varlistentry>
467
468 <varlistentry>
469 <term><option>--root=</option></term>
470
471 <listitem>
472 <para>When used with
473 <command>enable</command>/<command>disable</command>/<command>is-enabled</command>
474 (and related commands), use alternative root path when
475 looking for unit files.</para>
476 </listitem>
477
478 </varlistentry>
479
480 <varlistentry>
481 <term><option>--runtime</option></term>
482
483 <listitem>
a330b376 484 <para>When used with <command>enable</command>,
171754aa 485 <command>disable</command>,
4a6022f0 486 (and related commands), make changes only temporarily, so
a330b376 487 that they are lost on the next reboot. This will have the
4a6022f0
ZJS
488 effect that changes are not made in subdirectories of
489 <filename>/etc</filename> but in <filename>/run</filename>,
490 with identical immediate effects, however, since the latter
491 is lost on reboot, the changes are lost too.</para>
a330b376 492
494a6682 493 <para>Similarly, when used with
fbce1139 494 <command>set-property</command>, make changes only
a330b376
LP
495 temporarily, so that they are lost on the next
496 reboot.</para>
4a6022f0
ZJS
497 </listitem>
498 </varlistentry>
499
d309c1c3
LP
500 <varlistentry>
501 <term><option>--preset-mode=</option></term>
502
503 <listitem>
504 <para>Takes one of <literal>full</literal> (the default),
505 <literal>enable-only</literal>,
8d0e0ddd 506 <literal>disable-only</literal>. When used with the
d309c1c3 507 <command>preset</command> or <command>preset-all</command>
8d0e0ddd 508 commands, controls whether units shall be disabled and
d309c1c3
LP
509 enabled according to the preset rules, or only enabled, or
510 only disabled.</para>
511 </listitem>
512 </varlistentry>
513
4a6022f0
ZJS
514 <varlistentry>
515 <term><option>-n</option></term>
516 <term><option>--lines=</option></term>
517
518 <listitem>
7b870f60 519 <para>When used with <command>status</command>, controls the
4a6022f0
ZJS
520 number of journal lines to show, counting from the most
521 recent ones. Takes a positive integer argument. Defaults to
522 10.</para>
523 </listitem>
524 </varlistentry>
525
526 <varlistentry>
527 <term><option>-o</option></term>
528 <term><option>--output=</option></term>
529
530 <listitem>
7b870f60 531 <para>When used with <command>status</command>, controls the
4a6022f0 532 formatting of the journal entries that are shown. For the
7b870f60 533 available choices, see
4a6022f0
ZJS
534 <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
535 Defaults to <literal>short</literal>.</para>
536 </listitem>
537 </varlistentry>
538
5d0c05e5
LN
539 <varlistentry>
540 <term><option>--plain</option></term>
541
542 <listitem>
7b870f60 543 <para>When used with <command>list-dependencies</command>,
5d0c05e5
LN
544 the output is printed as a list instead of a tree.</para>
545 </listitem>
546 </varlistentry>
547
4f50d2ef
ZJS
548 <xi:include href="user-system-options.xml" xpointer="host" />
549 <xi:include href="user-system-options.xml" xpointer="machine" />
550
dfdebb1b
ZJS
551 <xi:include href="standard-options.xml" xpointer="help" />
552 <xi:include href="standard-options.xml" xpointer="version" />
553 <xi:include href="standard-options.xml" xpointer="no-pager" />
4a6022f0
ZJS
554 </variablelist>
555 </refsect1>
556
557 <refsect1>
558 <title>Commands</title>
559
560 <para>The following commands are understood:</para>
561
27722f96
LN
562 <refsect2>
563 <title>Unit Commands</title>
4a6022f0 564
27722f96
LN
565 <variablelist>
566 <varlistentry>
4f8f66cb 567 <term><command>list-units <optional><replaceable>PATTERN</replaceable>...</optional></command></term>
4a6022f0 568
27722f96
LN
569 <listitem>
570 <para>List known units (subject to limitations specified
d8fba7c6
ZJS
571 with <option>-t</option>). If one or more
572 <replaceable>PATTERN</replaceable>s are specified, only
573 units matching one of them are shown.</para>
991f2a39 574
27722f96
LN
575 <para>This is the default command.</para>
576 </listitem>
577 </varlistentry>
991f2a39 578
27722f96 579 <varlistentry>
4f8f66cb 580 <term><command>list-sockets <optional><replaceable>PATTERN</replaceable>...</optional></command></term>
27722f96
LN
581
582 <listitem>
e0e009c0 583 <para>List socket units ordered by listening address.
d8fba7c6
ZJS
584 If one or more <replaceable>PATTERN</replaceable>s are
585 specified, only socket units matching one of them are
586 shown. Produces output similar to
27722f96 587 <programlisting>
991f2a39
ZJS
588LISTEN UNIT ACTIVATES
589/dev/initctl systemd-initctl.socket systemd-initctl.service
590...
591[::]:22 sshd.socket sshd.service
592kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
593
9fccdb0f 5945 sockets listed.</programlisting>
27722f96
LN
595 Note: because the addresses might contains spaces, this output
596 is not suitable for programmatic consumption.
597 </para>
598
599 <para>See also the options <option>--show-types</option>,
ed80170d 600 <option>--all</option>, and <option>--state=</option>.</para>
27722f96
LN
601 </listitem>
602 </varlistentry>
603
cbb76c29 604 <varlistentry>
4f8f66cb 605 <term><command>list-timers <optional><replaceable>PATTERN</replaceable>...</optional></command></term>
cbb76c29
LP
606
607 <listitem>
d8fba7c6
ZJS
608 <para>List timer units ordered by the time they elapse
609 next. If one or more <replaceable>PATTERN</replaceable>s
610 are specified, only units matching one of them are shown.
611 </para>
cbb76c29
LP
612
613 <para>See also the options <option>--all</option> and
ed80170d 614 <option>--state=</option>.</para>
cbb76c29
LP
615 </listitem>
616 </varlistentry>
617
27722f96 618 <varlistentry>
e3e0314b 619 <term><command>start <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
620
621 <listitem>
622 <para>Start (activate) one or more units specified on the
623 command line.</para>
e3e0314b
ZJS
624
625 <para>Note that glob patterns operate on a list of currently
626 loaded units. Units which are not active and are not in a
627 failed state usually are not loaded, and would not be
628 matched by any pattern. In addition, in case of
629 instantiated units, systemd is often unaware of the
73e231ab 630 instance name until the instance has been started. Therefore,
e3e0314b
ZJS
631 using glob patterns with <command>start</command>
632 has limited usefulness.</para>
27722f96
LN
633 </listitem>
634 </varlistentry>
635 <varlistentry>
e3e0314b 636 <term><command>stop <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
637
638 <listitem>
639 <para>Stop (deactivate) one or more units specified on the
640 command line.</para>
641 </listitem>
642 </varlistentry>
643 <varlistentry>
e3e0314b 644 <term><command>reload <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
645
646 <listitem>
647 <para>Asks all units listed on the command line to reload
648 their configuration. Note that this will reload the
649 service-specific configuration, not the unit configuration
650 file of systemd. If you want systemd to reload the
79640424 651 configuration file of a unit, use the
27722f96
LN
652 <command>daemon-reload</command> command. In other words:
653 for the example case of Apache, this will reload Apache's
654 <filename>httpd.conf</filename> in the web server, not the
655 <filename>apache.service</filename> systemd unit
656 file.</para>
657
658 <para>This command should not be confused with the
d0a3fb75 659 <command>daemon-reload</command> command.</para>
27722f96
LN
660 </listitem>
661
662 </varlistentry>
663 <varlistentry>
e3e0314b 664 <term><command>restart <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
665
666 <listitem>
667 <para>Restart one or more units specified on the command
668 line. If the units are not running yet, they will be
669 started.</para>
670 </listitem>
671 </varlistentry>
672 <varlistentry>
e3e0314b 673 <term><command>try-restart <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
674
675 <listitem>
676 <para>Restart one or more units specified on the command
677 line if the units are running. This does nothing if units are not
678 running. Note that, for compatibility with Red Hat init
679 scripts, <command>condrestart</command> is equivalent to this
680 command.</para>
681 </listitem>
682 </varlistentry>
683 <varlistentry>
e3e0314b 684 <term><command>reload-or-restart <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
685
686 <listitem>
687 <para>Reload one or more units if they support it. If not,
688 restart them instead. If the units are not running yet, they
689 will be started.</para>
690 </listitem>
691 </varlistentry>
692 <varlistentry>
e3e0314b 693 <term><command>reload-or-try-restart <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
694
695 <listitem>
696 <para>Reload one or more units if they support it. If not,
697 restart them instead. This does nothing if the units are not
698 running. Note that, for compatibility with SysV init scripts,
699 <command>force-reload</command> is equivalent to this
700 command.</para>
701 </listitem>
702 </varlistentry>
703 <varlistentry>
704 <term><command>isolate <replaceable>NAME</replaceable></command></term>
705
706 <listitem>
707 <para>Start the unit specified on the command line and its
507e28d8
CA
708 dependencies and stop all others. If a unit name with no
709 extension is given, an extension of
710 <literal>.target</literal> will be assumed.</para>
27722f96
LN
711
712 <para>This is similar to changing the runlevel in a
713 traditional init system. The <command>isolate</command>
714 command will immediately stop processes that are not enabled
715 in the new unit, possibly including the graphical
716 environment or terminal you are currently using.</para>
717
718 <para>Note that this is allowed only on units where
719 <option>AllowIsolate=</option> is enabled. See
720 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
721 for details.</para>
722 </listitem>
723 </varlistentry>
724 <varlistentry>
e3e0314b 725 <term><command>kill <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
726
727 <listitem>
728 <para>Send a signal to one or more processes of the
729 unit. Use <option>--kill-who=</option> to select which
0088d631
LP
730 process to kill. Use <option>--signal=</option> to select
731 the signal to send.</para>
27722f96
LN
732 </listitem>
733 </varlistentry>
734 <varlistentry>
e3e0314b 735 <term><command>is-active <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
736
737 <listitem>
738 <para>Check whether any of the specified units are active
6db27428
ZJS
739 (i.e. running). Returns an exit code
740 <constant>0</constant> if at least one is active, or
741 non-zero otherwise. Unless <option>--quiet</option> is
742 specified, this will also print the current unit state to
743 standard output.</para>
27722f96
LN
744 </listitem>
745 </varlistentry>
746 <varlistentry>
e3e0314b 747 <term><command>is-failed <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
748
749 <listitem>
6db27428
ZJS
750 <para>Check whether any of the specified units are in a
751 "failed" state. Returns an exit code
752 <constant>0</constant> if at least one has failed,
753 non-zero otherwise. Unless <option>--quiet</option> is
754 specified, this will also print the current unit state to
755 standard output.</para>
27722f96
LN
756 </listitem>
757 </varlistentry>
758 <varlistentry>
e3e0314b 759 <term><command>status</command> <optional><replaceable>PATTERN</replaceable>...|<replaceable>PID</replaceable>...]</optional></term>
27722f96
LN
760
761 <listitem>
762 <para>Show terse runtime status information about one or
763 more units, followed by most recent log data from the
8fcf784d 764 journal. If no units are specified, show system status. If
b8bde116 765 combined with <option>--all</option>, also show the status of
8fcf784d
LP
766 all units (subject to limitations specified with
767 <option>-t</option>). If a PID is passed, show information
768 about the unit the process belongs to.</para>
27722f96
LN
769
770 <para>This function is intended to generate human-readable
e213d1a3
ZJS
771 output. If you are looking for computer-parsable output,
772 use <command>show</command> instead. By default this
773 function only shows 10 lines of output and ellipsizes
774 lines to fit in the terminal window. This can be changes
775 with <option>--lines</option> and <option>--full</option>,
776 see above. In addition, <command>journalctl
777 --unit=<replaceable>NAME</replaceable></command> or
778 <command>journalctl
779 --user-unit=<replaceable>NAME</replaceable></command> use
780 a similar filter for messages and might be more
781 convenient.
782 </para>
27722f96
LN
783 </listitem>
784 </varlistentry>
785 <varlistentry>
e3e0314b 786 <term><command>show</command> <optional><replaceable>PATTERN</replaceable>...|<replaceable>JOB</replaceable>...</optional></term>
27722f96
LN
787
788 <listitem>
789 <para>Show properties of one or more units, jobs, or the
79640424
JE
790 manager itself. If no argument is specified, properties of
791 the manager will be shown. If a unit name is specified,
27722f96 792 properties of the unit is shown, and if a job id is
79640424 793 specified, properties of the job is shown. By default, empty
27722f96 794 properties are suppressed. Use <option>--all</option> to
79640424 795 show those too. To select specific properties to show, use
27722f96
LN
796 <option>--property=</option>. This command is intended to be
797 used whenever computer-parsable output is required. Use
798 <command>status</command> if you are looking for formatted
799 human-readable output.</para>
800 </listitem>
801 </varlistentry>
e93c33d4 802 <varlistentry>
e3e0314b 803 <term><command>cat <replaceable>PATTERN</replaceable>...</command></term>
27722f96 804
e93c33d4 805 <listitem>
e4c0fbe5
ZJS
806 <para>Show backing files of one or more units. Prints the
807 "fragment" and "drop-ins" (source files) of units. Each
808 file is preceded by a comment which includes the file
809 name.</para>
e93c33d4
SL
810 </listitem>
811 </varlistentry>
27722f96
LN
812 <varlistentry>
813 <term><command>set-property <replaceable>NAME</replaceable> <replaceable>ASSIGNMENT</replaceable>...</command></term>
814
815 <listitem>
816 <para>Set the specified unit properties at runtime where
817 this is supported. This allows changing configuration
3fde5f30 818 parameter properties such as resource control settings at
27722f96 819 runtime. Not all properties may be changed at runtime, but
3fde5f30
LP
820 many resource control settings (primarily those in
821 <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>)
27722f96
LN
822 may. The changes are applied instantly, and stored on disk
823 for future boots, unless <option>--runtime</option> is
3fde5f30
LP
824 passed, in which case the settings only apply until the
825 next reboot. The syntax of the property assignment follows
27722f96
LN
826 closely the syntax of assignments in unit files.</para>
827
828 <para>Example: <command>systemctl set-property foobar.service CPUShares=777</command></para>
829
830 <para>Note that this command allows changing multiple
831 properties at the same time, which is preferable over
832 setting them individually. Like unit file configuration
833 settings, assigning the empty list to list parameters will
834 reset the list.</para>
835 </listitem>
836 </varlistentry>
837
838 <varlistentry>
e3e0314b 839 <term><command>help <replaceable>PATTERN</replaceable>...|<replaceable>PID</replaceable>...</command></term>
27722f96
LN
840
841 <listitem>
842 <para>Show manual pages for one or more units, if
843 available. If a PID is given, the manual pages for the unit
844 the process belongs to are shown.</para>
845 </listitem>
846 </varlistentry>
847
848 <varlistentry>
e3e0314b 849 <term><command>reset-failed [<replaceable>PATTERN</replaceable>...]</command></term>
27722f96
LN
850
851 <listitem>
852 <para>Reset the <literal>failed</literal> state of the
853 specified units, or if no unit name is passed, reset the state of all
854 units. When a unit fails in some way (i.e. process exiting
855 with non-zero error code, terminating abnormally or timing
856 out), it will automatically enter the
857 <literal>failed</literal> state and its exit code and status
858 is recorded for introspection by the administrator until the
859 service is restarted or reset with this command.</para>
860 </listitem>
861 </varlistentry>
862
863 <varlistentry>
f6375e83
ZJS
864 <term>
865 <command>list-dependencies</command>
866 <optional><replaceable>NAME</replaceable></optional>
867 </term>
27722f96
LN
868
869 <listitem>
f6375e83
ZJS
870 <para>Shows units required and wanted by the specified
871 unit. This recursively lists units following the
872 <varname>Requires=</varname>,
873 <varname>RequiresOverridable=</varname>,
874 <varname>Requisite=</varname>,
875 <varname>RequisiteOverridable=</varname>,
876 <varname>Wants=</varname>, <varname>BindsTo=</varname>
877 dependencies. If no unit is specified,
878 <filename>default.target</filename> is implied.</para>
879
880 <para>By default, only target units are recursively
881 expanded. When <option>--all</option> is passed, all other
882 units are recursively expanded as well.</para>
883
884 <para>Options <option>--reverse</option>,
885 <option>--after</option>, <option>--before</option>
886 may be used to change what types of dependencies
887 are shown.</para>
27722f96
LN
888 </listitem>
889 </varlistentry>
890 </variablelist>
891 </refsect2>
892
893 <refsect2>
894 <title>Unit File Commands</title>
895
896 <variablelist>
897 <varlistentry>
d8fba7c6 898 <term><command>list-unit-files <optional><replaceable>PATTERN...</replaceable></optional></command></term>
27722f96
LN
899
900 <listitem>
d8fba7c6
ZJS
901 <para>List installed unit files. If one or more
902 <replaceable>PATTERN</replaceable>s are specified, only
903 units whose filename (just the last component of the path)
904 matches one of them are shown.</para>
27722f96
LN
905 </listitem>
906 </varlistentry>
907
908 <varlistentry>
909 <term><command>enable <replaceable>NAME</replaceable>...</command></term>
910
911 <listitem>
912 <para>Enable one or more unit files or unit file instances,
913 as specified on the command line. This will create a number
914 of symlinks as encoded in the <literal>[Install]</literal>
915 sections of the unit files. After the symlinks have been
916 created, the systemd configuration is reloaded (in a way that
917 is equivalent to <command>daemon-reload</command>) to ensure
918 the changes are taken into account immediately. Note that
919 this does <emphasis>not</emphasis> have the effect of also
920 starting any of the units being enabled. If this
921 is desired, a separate <command>start</command> command must
922 be invoked for the unit. Also note that in case of instance
923 enablement, symlinks named the same as instances are created in
924 the install location, however they all point to the same
925 template unit file.</para>
926
927 <para>This command will print the actions executed. This
928 output may be suppressed by passing <option>--quiet</option>.
929 </para>
930
931 <para>Note that this operation creates only the suggested
932 symlinks for the units. While this command is the
933 recommended way to manipulate the unit configuration
934 directory, the administrator is free to make additional
935 changes manually by placing or removing symlinks in the
936 directory. This is particularly useful to create
937 configurations that deviate from the suggested default
938 installation. In this case, the administrator must make sure
939 to invoke <command>daemon-reload</command> manually as
940 necessary to ensure the changes are taken into account.
941 </para>
942
943 <para>Enabling units should not be confused with starting
944 (activating) units, as done by the <command>start</command>
945 command. Enabling and starting units is orthogonal: units
946 may be enabled without being started and started without
947 being enabled. Enabling simply hooks the unit into various
948 suggested places (for example, so that the unit is
949 automatically started on boot or when a particular kind of
950 hardware is plugged in). Starting actually spawns the daemon
951 process (in case of service units), or binds the socket (in
952 case of socket units), and so on.</para>
953
954 <para>Depending on whether <option>--system</option>,
1bee43de 955 <option>--user</option>, <option>--runtime</option>,
72f4d966 956 or <option>--global</option> is specified, this enables the unit
1bee43de
ZJS
957 for the system, for the calling user only, for only this boot of
958 the system, or for all future logins of all users, or only this
959 boot. Note that in the last case, no systemd daemon
27722f96 960 configuration is reloaded.</para>
751ea8de
JS
961
962 <para>Using <command>enable</command> on masked units
963 results in an error.</para>
27722f96
LN
964 </listitem>
965 </varlistentry>
966
967 <varlistentry>
968 <term><command>disable <replaceable>NAME</replaceable>...</command></term>
969
970 <listitem>
971 <para>Disables one or more units. This removes all symlinks
972 to the specified unit files from the unit configuration
973 directory, and hence undoes the changes made by
974 <command>enable</command>. Note however that this removes
975 all symlinks to the unit files (i.e. including manual
976 additions), not just those actually created by
977 <command>enable</command>. This call implicitly reloads the
978 systemd daemon configuration after completing the disabling
979 of the units. Note that this command does not implicitly
980 stop the units that are being disabled. If this is desired,
981 an additional <command>stop</command> command should be
982 executed afterwards.</para>
983
984 <para>This command will print the actions executed. This
985 output may be suppressed by passing <option>--quiet</option>.
986 </para>
987
988 <para>This command honors <option>--system</option>,
72f4d966 989 <option>--user</option>, <option>--runtime</option> and
1bee43de
ZJS
990 <option>--global</option> in a similar way as
991 <command>enable</command>.</para>
27722f96
LN
992 </listitem>
993 </varlistentry>
994
995 <varlistentry>
996 <term><command>is-enabled <replaceable>NAME</replaceable>...</command></term>
997
998 <listitem>
999 <para>Checks whether any of the specified unit files are
171754aa
ZJS
1000 enabled (as with <command>enable</command>). Returns an
1001 exit code of 0 if at least one is enabled, non-zero
1002 otherwise. Prints the current enable status (see table).
1003 To suppress this output, use <option>--quiet</option>.
1004 </para>
1005
1006 <table>
1007 <title>
1008 <command>is-enabled</command> output
1009 </title>
1010
1011 <tgroup cols='3'>
1012 <thead>
1013 <row>
1014 <entry>Printed string</entry>
1015 <entry>Meaning</entry>
1016 <entry>Return value</entry>
1017 </row>
1018 </thead>
1019 <tbody>
1020 <row>
1021 <entry><literal>enabled</literal></entry>
39f76ad8 1022 <entry morerows='1'>Enabled through a symlink in <filename>.wants</filename> directory (permanently or just in <filename>/run</filename>).</entry>
171754aa
ZJS
1023 <entry morerows='1'>0</entry>
1024 </row>
1025 <row>
1026 <entry><literal>enabled-runtime</literal></entry>
1027 </row>
1028 <row>
1029 <entry><literal>linked</literal></entry>
39f76ad8 1030 <entry morerows='1'>Made available through a symlink to the unit file (permanently or just in <filename>/run</filename>).</entry>
171754aa
ZJS
1031 <entry morerows='1'>1</entry>
1032 </row>
1033 <row>
1034 <entry><literal>linked-runtime</literal></entry>
1035 </row>
1036 <row>
1037 <entry><literal>masked</literal></entry>
39f76ad8 1038 <entry morerows='1'>Disabled entirely (permanently or just in <filename>/run</filename>).</entry>
171754aa
ZJS
1039 <entry morerows='1'>1</entry>
1040 </row>
1041 <row>
1042 <entry><literal>masked-runtime</literal></entry>
1043 </row>
1044 <row>
1045 <entry><literal>static</literal></entry>
39f76ad8 1046 <entry>Unit file is not enabled, and has no provisions for enabling in the <literal>[Install]</literal> section.</entry>
91f0ac7d 1047 <entry>0</entry>
171754aa 1048 </row>
aedd4012
JS
1049 <row>
1050 <entry><literal>indirect</literal></entry>
39f76ad8 1051 <entry>Unit file itself is not enabled, but it has a non-empty <varname>Also=</varname> setting in the <literal>[Install]</literal> section, listing other unit files that might be enabled.</entry>
aedd4012
JS
1052 <entry>0</entry>
1053 </row>
171754aa
ZJS
1054 <row>
1055 <entry><literal>disabled</literal></entry>
39f76ad8 1056 <entry>Unit file is not enabled.</entry>
171754aa
ZJS
1057 <entry>1</entry>
1058 </row>
1059 </tbody>
1060 </tgroup>
1061 </table>
1062
27722f96
LN
1063 </listitem>
1064 </varlistentry>
1065
1066 <varlistentry>
1067 <term><command>reenable <replaceable>NAME</replaceable>...</command></term>
1068
1069 <listitem>
1070 <para>Reenable one or more unit files, as specified on the
1071 command line. This is a combination of
1072 <command>disable</command> and <command>enable</command> and
1073 is useful to reset the symlinks a unit is enabled with to
1074 the defaults configured in the <literal>[Install]</literal>
1075 section of the unit file.</para>
1076 </listitem>
1077 </varlistentry>
1078
1079 <varlistentry>
1080 <term><command>preset <replaceable>NAME</replaceable>...</command></term>
1081
1082 <listitem>
1083 <para>Reset one or more unit files, as specified on the
1084 command line, to the defaults configured in the preset
1085 policy files. This has the same effect as
1086 <command>disable</command> or <command>enable</command>,
d309c1c3
LP
1087 depending how the unit is listed in the preset files.</para>
1088
1089 <para>Use <option>--preset-mode=</option> to control
1090 whether units shall be enabled and disabled, or only
1091 enabled, or only disabled.</para>
1092
1093 <para>For more information on the preset policy format,
1094 see
27722f96
LN
1095 <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
1096 For more information on the concept of presets, please
d309c1c3
LP
1097 consult the <ulink
1098 url="http://freedesktop.org/wiki/Software/systemd/Preset">Preset</ulink>
27722f96
LN
1099 document.</para>
1100 </listitem>
1101 </varlistentry>
1102
d309c1c3
LP
1103 <varlistentry>
1104 <term><command>preset-all</command></term>
1105
1106 <listitem>
1107 <para>Resets all installed unit files to the defaults
1108 configured in the preset policy file (see above).</para>
1109
1110 <para>Use <option>--preset-mode=</option> to control
1111 whether units shall be enabled and disabled, or only
1112 enabled, or only disabled.</para>
1113 </listitem>
1114 </varlistentry>
1115
27722f96
LN
1116 <varlistentry>
1117 <term><command>mask <replaceable>NAME</replaceable>...</command></term>
1118
1119 <listitem>
1120 <para>Mask one or more unit files, as specified on the
1121 command line. This will link these units to
1122 <filename>/dev/null</filename>, making it impossible to
1123 start them. This is a stronger version of
1124 <command>disable</command>, since it prohibits all kinds of
751ea8de
JS
1125 activation of the unit, including enablement and manual
1126 activation. Use this option with care. This honors the
72f4d966 1127 <option>--runtime</option> option to only mask temporarily
1e89266b 1128 until the next reboot of the system.</para>
27722f96
LN
1129 </listitem>
1130 </varlistentry>
1131
1132 <varlistentry>
1133 <term><command>unmask <replaceable>NAME</replaceable>...</command></term>
1134
1135 <listitem>
1136 <para>Unmask one or more unit files, as specified on the
1137 command line. This will undo the effect of
1138 <command>mask</command>.</para>
1139 </listitem>
1140 </varlistentry>
1141
e94937df
LN
1142 <varlistentry>
1143 <term><command>add-wants <replaceable>TARGET</replaceable>
1144 <replaceable>NAME</replaceable>...</command></term>
1145 <term><command>add-requires <replaceable>TARGET</replaceable>
1146 <replaceable>NAME</replaceable>...</command></term>
1147
1148 <listitem>
1149 <para>Adds <literal>Wants=</literal> resp. <literal>Requires=</literal>
1150 dependency to the specified <replaceable>TARGET</replaceable> for
1151 one or more units. </para>
1152
1153 <para>This command honors <option>--system</option>,
1154 <option>--user</option>, <option>--runtime</option> and
1155 <option>--global</option> in a similar way as
1156 <command>enable</command>.</para>
1157
1158 </listitem>
1159 </varlistentry>
1160
27722f96
LN
1161 <varlistentry>
1162 <term><command>link <replaceable>FILENAME</replaceable>...</command></term>
1163
1164 <listitem>
1165 <para>Link a unit file that is not in the unit file search
1166 paths into the unit file search path. This requires an
1167 absolute path to a unit file. The effect of this can be
1168 undone with <command>disable</command>. The effect of this
1169 command is that a unit file is available for
1170 <command>start</command> and other commands although it
1171 is not installed directly in the unit search path.</para>
1172 </listitem>
1173 </varlistentry>
1174
1175 <varlistentry>
1176 <term><command>get-default</command></term>
1177
1178 <listitem>
1179 <para>Get the default target specified
1180 via <filename>default.target</filename> link.</para>
1181 </listitem>
1182 </varlistentry>
1183
1184 <varlistentry>
1185 <term><command>set-default <replaceable>NAME</replaceable></command></term>
1186
1187 <listitem>
1188 <para>Set the default target to boot into. Command links
1189 <filename>default.target</filename> to the given unit.</para>
1190 </listitem>
1191 </varlistentry>
1192 </variablelist>
1193 </refsect2>
1194
0d292f5e
LP
1195 <refsect2>
1196 <title>Machine Commands</title>
1197
1198 <variablelist>
1199 <varlistentry>
1200 <term><command>list-machines <optional><replaceable>PATTERN</replaceable>...</optional></command></term>
1201
1202 <listitem>
1203 <para>List the host and all running local containers with
1204 their state. If one or more
1205 <replaceable>PATTERN</replaceable>s are specified, only
1206 containers matching one of them are shown.
1207 </para>
1208 </listitem>
1209 </varlistentry>
1210 </variablelist>
1211 </refsect2>
1212
27722f96
LN
1213 <refsect2>
1214 <title>Job Commands</title>
1215
1216 <variablelist>
1217 <varlistentry>
d8fba7c6 1218 <term><command>list-jobs <optional><replaceable>PATTERN...</replaceable></optional></command></term>
27722f96
LN
1219
1220 <listitem>
d8fba7c6
ZJS
1221 <para>List jobs that are in progress. If one or more
1222 <replaceable>PATTERN</replaceable>s are specified, only
1223 jobs for units matching one of them are shown.</para>
27722f96
LN
1224 </listitem>
1225 </varlistentry>
1226 <varlistentry>
1227 <term><command>cancel <replaceable>JOB</replaceable>...</command></term>
1228
1229 <listitem>
1230 <para>Cancel one or more jobs specified on the command line
1231 by their numeric job IDs. If no job ID is specified, cancel
1232 all pending jobs.</para>
1233 </listitem>
1234 </varlistentry>
1235 </variablelist>
1236 </refsect2>
1237
1238 <refsect2>
1239 <title>Snapshot Commands</title>
1240
1241 <variablelist>
1242 <varlistentry>
d8fba7c6 1243 <term><command>snapshot <optional><replaceable>NAME</replaceable></optional></command></term>
27722f96
LN
1244
1245 <listitem>
1246 <para>Create a snapshot. If a snapshot name is specified,
1247 the new snapshot will be named after it. If none is
6db27428
ZJS
1248 specified, an automatic snapshot name is generated. In
1249 either case, the snapshot name used is printed to standard
1250 output, unless <option>--quiet</option> is specified.
1251 </para>
27722f96
LN
1252
1253 <para>A snapshot refers to a saved state of the systemd
1254 manager. It is implemented itself as a unit that is
1255 generated dynamically with this command and has dependencies
1256 on all units active at the time. At a later time, the user
1257 may return to this state by using the
1258 <command>isolate</command> command on the snapshot unit.
1259 </para>
1260
1261 <para>Snapshots are only useful for saving and restoring
1262 which units are running or are stopped, they do not
1263 save/restore any other state. Snapshots are dynamic and lost
1264 on reboot.</para>
1265 </listitem>
1266 </varlistentry>
1267 <varlistentry>
e3e0314b 1268 <term><command>delete <replaceable>PATTERN</replaceable>...</command></term>
27722f96
LN
1269
1270 <listitem>
1271 <para>Remove a snapshot previously created with
1272 <command>snapshot</command>.</para>
1273 </listitem>
1274 </varlistentry>
1275 </variablelist>
1276 </refsect2>
1277
1278 <refsect2>
1279 <title>Environment Commands</title>
1280
1281 <variablelist>
1282 <varlistentry>
1283 <term><command>show-environment</command></term>
1284
1285 <listitem>
1286 <para>Dump the systemd manager environment block. The
1287 environment block will be dumped in straight-forward form
1288 suitable for sourcing into a shell script. This environment
1289 block will be passed to all processes the manager
1290 spawns.</para>
1291 </listitem>
1292 </varlistentry>
1293 <varlistentry>
1294 <term><command>set-environment <replaceable>VARIABLE=VALUE</replaceable>...</command></term>
1295
1296 <listitem>
1297 <para>Set one or more systemd manager environment variables,
1298 as specified on the command line.</para>
1299 </listitem>
1300 </varlistentry>
1301 <varlistentry>
1302 <term><command>unset-environment <replaceable>VARIABLE</replaceable>...</command></term>
1303
1304 <listitem>
1305 <para>Unset one or more systemd manager environment
1306 variables. If only a variable name is specified, it will be
1307 removed regardless of its value. If a variable and a value
1308 are specified, the variable is only removed if it has the
1309 specified value.</para>
1310 </listitem>
ac3efa8a
LP
1311 </varlistentry>
1312 <varlistentry>
1313 <term><command>import-environment <replaceable>VARIABLE</replaceable>...</command></term>
1314
1315 <listitem>
1316 <para>Import all, one or more environment variables set on
1317 the client into the systemd manager environment block. If
73e231ab
JE
1318 no arguments are passed, the entire environment block is
1319 imported. Otherwise, a list of one or more environment
1320 variable names should be passed, whose client-side values
ac3efa8a
LP
1321 are then imported into the manager's environment
1322 block.</para>
1323 </listitem>
27722f96
LN
1324 </varlistentry>
1325 </variablelist>
1326 </refsect2>
1327
1328 <refsect2>
1329 <title>Manager Lifecycle Commands</title>
1330
1331 <variablelist>
1332 <varlistentry>
1333 <term><command>daemon-reload</command></term>
1334
1335 <listitem>
1336 <para>Reload systemd manager configuration. This will reload
1337 all unit files and recreate the entire dependency
79640424 1338 tree. While the daemon is being reloaded, all sockets systemd
cbfaff65 1339 listens on behalf of user configuration will stay
27722f96 1340 accessible.</para> <para>This command should not be confused
d0a3fb75 1341 with the <command>reload</command> command.</para>
27722f96
LN
1342 </listitem>
1343 </varlistentry>
1344 <varlistentry>
1345 <term><command>daemon-reexec</command></term>
1346
1347 <listitem>
1348 <para>Reexecute the systemd manager. This will serialize the
1349 manager state, reexecute the process and deserialize the
1350 state again. This command is of little use except for
79640424 1351 debugging and package upgrades. Sometimes, it might be
27722f96 1352 helpful as a heavy-weight <command>daemon-reload</command>.
79640424 1353 While the daemon is being reexecuted, all sockets systemd listening
27722f96
LN
1354 on behalf of user configuration will stay accessible.
1355 </para>
1356 </listitem>
1357 </varlistentry>
1358 </variablelist>
1359 </refsect2>
1360
1361 <refsect2>
1362 <title>System Commands</title>
1363
1364 <variablelist>
99813a19
LP
1365 <varlistentry>
1366 <term><command>is-system-running</command></term>
1367
1368 <listitem>
2de51fdc
ZJS
1369 <para>Checks whether the system is operational. This
1370 returns success when the system is fully up and running,
1371 meaning not in startup, shutdown or maintenance
1372 mode. Failure is returned otherwise. In addition, the
1373 current state is printed in a short string to standard
1374 output, see table below. Use <option>--quiet</option> to
1375 suppress this output.</para>
1376
1377 <table>
1378 <title>Manager Operational States</title>
1379 <tgroup cols='2'>
1380 <colspec colname='name' />
1381 <colspec colname='description' />
1382 <thead>
1383 <row>
1384 <entry>Name</entry>
1385 <entry>Description</entry>
1386 </row>
1387 </thead>
1388 <tbody>
1389 <row>
1390 <entry><varname>initializing</varname></entry>
1391 <entry><para>Early bootup, before
1fdfa094
LP
1392 <filename>basic.target</filename> is reached
1393 or the <varname>maintenance</varname> state entered.
2de51fdc
ZJS
1394 </para></entry>
1395 </row>
1396 <row>
1397 <entry><varname>starting</varname></entry>
1fdfa094
LP
1398 <entry><para>Late bootup, before the job queue
1399 becomes idle for the first time, or one of the
1400 rescue targets are reached.</para></entry>
2de51fdc
ZJS
1401 </row>
1402 <row>
1403 <entry><varname>running</varname></entry>
1404 <entry><para>The system is fully
1405 operational.</para></entry>
1406 </row>
1407 <row>
1408 <entry><varname>degraded</varname></entry>
1409 <entry><para>The system is operational but one or more
1410 units failed.</para></entry>
1411 </row>
1412 <row>
1413 <entry><varname>maintenance</varname></entry>
1fdfa094 1414 <entry><para>The rescue or emergency target is
2de51fdc
ZJS
1415 active.</para></entry>
1416 </row>
1417 <row>
1418 <entry><varname>stopping</varname></entry>
1419 <entry><para>The manager is shutting
1420 down.</para></entry>
1421 </row>
1422 </tbody>
1423 </tgroup>
1424 </table>
99813a19
LP
1425 </listitem>
1426 </varlistentry>
1427
27722f96
LN
1428 <varlistentry>
1429 <term><command>default</command></term>
1430
1431 <listitem>
1432 <para>Enter default mode. This is mostly equivalent to
1433 <command>isolate default.target</command>.</para>
1434 </listitem>
1435 </varlistentry>
99813a19 1436
27722f96
LN
1437 <varlistentry>
1438 <term><command>rescue</command></term>
1439
1440 <listitem>
1441 <para>Enter rescue mode. This is mostly equivalent to
1442 <command>isolate rescue.target</command>, but also prints a
1443 wall message to all users.</para>
1444 </listitem>
1445 </varlistentry>
1446 <varlistentry>
1447 <term><command>emergency</command></term>
1448
1449 <listitem>
1450 <para>Enter emergency mode. This is mostly equivalent to
1451 <command>isolate emergency.target</command>, but also prints
1452 a wall message to all users.</para>
1453 </listitem>
1454 </varlistentry>
1455 <varlistentry>
1456 <term><command>halt</command></term>
1457
1458 <listitem>
1459 <para>Shut down and halt the system. This is mostly equivalent to
1460 <command>start halt.target --irreversible</command>, but also
1461 prints a wall message to all users. If combined with
1462 <option>--force</option>, shutdown of all running services is
1463 skipped, however all processes are killed and all file
1464 systems are unmounted or mounted read-only, immediately
1465 followed by the system halt. If <option>--force</option> is
1466 specified twice, the operation is immediately executed
1467 without terminating any processes or unmounting any file
1468 systems. This may result in data loss.</para>
1469 </listitem>
1470 </varlistentry>
1471 <varlistentry>
1472 <term><command>poweroff</command></term>
1473
1474 <listitem>
1475 <para>Shut down and power-off the system. This is mostly
1476 equivalent to <command>start poweroff.target --irreversible</command>,
1477 but also prints a wall message to all users. If combined with
1478 <option>--force</option>, shutdown of all running services is
1479 skipped, however all processes are killed and all file
1480 systems are unmounted or mounted read-only, immediately
1481 followed by the powering off. If <option>--force</option> is
1482 specified twice, the operation is immediately executed
1483 without terminating any processes or unmounting any file
1484 systems. This may result in data loss.</para>
1485 </listitem>
1486 </varlistentry>
1487 <varlistentry>
37185ec8 1488 <term><command>reboot <optional><replaceable>arg</replaceable></optional></command></term>
27722f96
LN
1489
1490 <listitem>
1491 <para>Shut down and reboot the system. This is mostly
1492 equivalent to <command>start reboot.target --irreversible</command>,
1493 but also prints a wall message to all users. If combined with
1494 <option>--force</option>, shutdown of all running services is
1495 skipped, however all processes are killed and all file
1496 systems are unmounted or mounted read-only, immediately
1497 followed by the reboot. If <option>--force</option> is
1498 specified twice, the operation is immediately executed
1499 without terminating any processes or unmounting any file
1500 systems. This may result in data loss.</para>
37185ec8
WC
1501
1502 <para>If the optional argument
1503 <replaceable>arg</replaceable> is given, it will be passed
1504 as the optional argument to the
1505 <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry>
1506 system call. The value is architecture and firmware
1507 specific. As an example, <literal>recovery</literal> might
1508 be used to trigger system recovery, and
1509 <literal>fota</literal> might be used to trigger a
1510 <quote>firmware over the air</quote> update.</para>
27722f96
LN
1511 </listitem>
1512 </varlistentry>
1513 <varlistentry>
1514 <term><command>kexec</command></term>
1515
1516 <listitem>
1517 <para>Shut down and reboot the system via kexec. This is
1518 mostly equivalent to <command>start kexec.target --irreversible</command>,
1519 but also prints a wall message to all users. If combined
1520 with <option>--force</option>, shutdown of all running
1521 services is skipped, however all processes are killed and
1522 all file systems are unmounted or mounted read-only,
1523 immediately followed by the reboot.</para>
1524 </listitem>
1525 </varlistentry>
1526 <varlistentry>
1527 <term><command>exit</command></term>
1528
1529 <listitem>
1530 <para>Ask the systemd manager to quit. This is only
1531 supported for user service managers (i.e. in conjunction
1532 with the <option>--user</option> option) and will fail
1533 otherwise.</para>
1534 </listitem>
1535
1536 </varlistentry>
1537 <varlistentry>
1538 <term><command>suspend</command></term>
1539
1540 <listitem>
1541 <para>Suspend the system. This will trigger activation of
1542 the special <filename>suspend.target</filename> target.
1543 </para>
1544 </listitem>
1545 </varlistentry>
1546 <varlistentry>
1547 <term><command>hibernate</command></term>
1548
1549 <listitem>
1550 <para>Hibernate the system. This will trigger activation of
1551 the special <filename>hibernate.target</filename> target.
1552 </para>
1553 </listitem>
1554 </varlistentry>
1555 <varlistentry>
1556 <term><command>hybrid-sleep</command></term>
1557
1558 <listitem>
1559 <para>Hibernate and suspend the system. This will trigger
1560 activation of the special
1561 <filename>hybrid-sleep.target</filename> target.</para>
1562 </listitem>
1563 </varlistentry>
1564 <varlistentry>
d8fba7c6 1565 <term><command>switch-root <replaceable>ROOT</replaceable> <optional><replaceable>INIT</replaceable></optional></command></term>
27722f96
LN
1566
1567 <listitem>
1568 <para>Switches to a different root directory and executes a
1569 new system manager process below it. This is intended for
1570 usage in initial RAM disks ("initrd"), and will transition
1571 from the initrd's system manager process (a.k.a "init"
1572 process) to the main system manager process. This call takes two
1573 arguments: the directory that is to become the new root directory, and
1574 the path to the new system manager binary below it to
1575 execute as PID 1. If the latter is omitted or the empty
1576 string, a systemd binary will automatically be searched for
1577 and used as init. If the system manager path is omitted or
1578 equal to the empty string, the state of the initrd's system
1579 manager process is passed to the main system manager, which
1580 allows later introspection of the state of the services
1581 involved in the initrd boot.</para>
1582 </listitem>
1583 </varlistentry>
1584 </variablelist>
1585 </refsect2>
4a6022f0 1586
a7c0e5d7
LP
1587 <refsect2>
1588 <title>Parameter Syntax</title>
1589
1e89266b 1590 <para>Unit commands listed above take either a single unit name
e3e0314b
ZJS
1591 (designated as <replaceable>NAME</replaceable>), or multiple
1592 unit specifications (designated as
1593 <replaceable>PATTERN</replaceable>...). In the first case, the
1594 unit name with or without a suffix must be given. If the suffix
1595 is not specified, systemctl will append a suitable suffix,
1596 <literal>.service</literal> by default, and a type-specific
1597 suffix in case of commands which operate only on specific unit
1598 types. For example,
1599 <programlisting># systemctl start sshd</programlisting> and
1600 <programlisting># systemctl start sshd.service</programlisting>
1601 are equivalent, as are
507e28d8 1602 <programlisting># systemctl isolate default</programlisting>
e3e0314b 1603 and
507e28d8 1604 <programlisting># systemctl isolate default.target</programlisting>
e3e0314b
ZJS
1605 Note that (absolute) paths to device nodes are automatically
1606 converted to device unit names, and other (absolute) paths to
1607 mount unit names.
1608 <programlisting># systemctl status /dev/sda
1609# systemctl status /home</programlisting>
1610 are equivalent to:
1611 <programlisting># systemctl status dev-sda.device
1612# systemctl status home.mount</programlisting>
1613 In the second case, shell-style globs will be matched against
73e231ab 1614 currently loaded units; literal unit names, with or without
e3e0314b
ZJS
1615 a suffix, will be treated as in the first case. This means that
1616 literal unit names always refer to exactly one unit, but globs
1617 may match zero units and this is not considered an error.</para>
1618
1619 <para>Glob patterns use
1620 <citerefentry><refentrytitle>fnmatch</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
1621 so normal shell-style globbing rules are used, and
1622 <literal>*</literal>, <literal>?</literal>,
1623 <literal>[]</literal> may be used. See
1624 <citerefentry><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>
1625 for more details. The patterns are matched against the names of
66f756d4 1626 currently loaded units, and patterns which do not match anything
e3e0314b
ZJS
1627 are silently skipped. For example:
1628 <programlisting># systemctl stop sshd@*.service</programlisting>
1629 will stop all <filename>sshd@.service</filename> instances.
1630 </para>
1631
1632 <para>For unit file commands, the specified
1633 <replaceable>NAME</replaceable> should be the full name of the
1634 unit file, or the absolute path to the unit file:
1635 <programlisting># systemctl enable foo.service</programlisting>
1636 or
1637 <programlisting># systemctl link /path/to/foo.service</programlisting>
1638 </para>
a7c0e5d7
LP
1639 </refsect2>
1640
4a6022f0
ZJS
1641 </refsect1>
1642
1643 <refsect1>
1644 <title>Exit status</title>
1645
7b870f60 1646 <para>On success, 0 is returned, a non-zero failure
4a6022f0
ZJS
1647 code otherwise.</para>
1648 </refsect1>
1649
21ac6ff1 1650 <xi:include href="less-variables.xml" />
4a6022f0
ZJS
1651
1652 <refsect1>
1653 <title>See Also</title>
1654 <para>
1655 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1656 <citerefentry><refentrytitle>systemadm</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1657 <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1658 <citerefentry><refentrytitle>loginctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1659 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
3fde5f30 1660 <citerefentry><refentrytitle>systemd.resource-management</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
4a6022f0 1661 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
5aded369 1662 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
4a6022f0 1663 <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>
e3e0314b 1664 <citerefentry><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>
4a6022f0
ZJS
1665 </para>
1666 </refsect1>
7874bcd6
LP
1667
1668</refentry>