]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemctl.xml
units: starting suspend.target should not fail when suspend is successful (#6678)
[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"
681eb9cf
FB
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4<!ENTITY % entities SYSTEM "custom-entities.ent" >
5%entities;
6]>
7874bcd6
LP
7
8<!--
b975b0d5 9 This file is part of systemd.
7874bcd6 10
b975b0d5 11 Copyright 2010 Lennart Poettering
7874bcd6 12
b975b0d5
ZJS
13 systemd is free software; you can redistribute it and/or modify it
14 under the terms of the GNU Lesser General Public License as published by
15 the Free Software Foundation; either version 2.1 of the License, or
16 (at your option) any later version.
7874bcd6 17
b975b0d5
ZJS
18 systemd is distributed in the hope that it will be useful, but
19 WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Lesser General Public License for more details.
7874bcd6 22
b975b0d5
ZJS
23 You should have received a copy of the GNU Lesser General Public License
24 along with systemd; If not, see <http://www.gnu.org/licenses/>.
7874bcd6
LP
25-->
26
21ac6ff1
ZJS
27<refentry id="systemctl"
28 xmlns:xi="http://www.w3.org/2001/XInclude">
7874bcd6 29
4a6022f0
ZJS
30 <refentryinfo>
31 <title>systemctl</title>
32 <productname>systemd</productname>
33
34 <authorgroup>
35 <author>
36 <contrib>Developer</contrib>
37 <firstname>Lennart</firstname>
38 <surname>Poettering</surname>
39 <email>lennart@poettering.net</email>
40 </author>
41 </authorgroup>
42 </refentryinfo>
43
44 <refmeta>
45 <refentrytitle>systemctl</refentrytitle>
46 <manvolnum>1</manvolnum>
47 </refmeta>
48
49 <refnamediv>
50 <refname>systemctl</refname>
51 <refpurpose>Control the systemd system and service manager</refpurpose>
52 </refnamediv>
53
54 <refsynopsisdiv>
55 <cmdsynopsis>
56 <command>systemctl</command>
57 <arg choice="opt" rep="repeat">OPTIONS</arg>
58 <arg choice="plain">COMMAND</arg>
59 <arg choice="opt" rep="repeat">NAME</arg>
60 </cmdsynopsis>
61 </refsynopsisdiv>
62
63 <refsect1>
64 <title>Description</title>
65
a4390b6b
LP
66 <para><command>systemctl</command> may be used to introspect and
67 control the state of the <literal>systemd</literal> system and
68 service manager. Please refer to
4a6022f0 69 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
a4390b6b
LP
70 for an introduction into the basic concepts and functionality this
71 tool manages.</para>
4a6022f0
ZJS
72 </refsect1>
73
74 <refsect1>
75 <title>Options</title>
76
77 <para>The following options are understood:</para>
78
79 <variablelist>
4a6022f0
ZJS
80 <varlistentry>
81 <term><option>-t</option></term>
82 <term><option>--type=</option></term>
83
84 <listitem>
e9dd9f95 85 <para>The argument should be a comma-separated list of unit
20b3f379 86 types such as <option>service</option> and
9b9b3d36
MW
87 <option>socket</option>.
88 </para>
20b3f379
ZJS
89
90 <para>If one of the arguments is a unit type, when listing
7b870f60 91 units, limit display to certain unit types. Otherwise, units
4a6022f0
ZJS
92 of all types will be shown.</para>
93
20b3f379 94 <para>As a special case, if one of the arguments is
4a6022f0
ZJS
95 <option>help</option>, a list of allowed values will be
96 printed and the program will exit.</para>
97 </listitem>
98 </varlistentry>
99
9b9b3d36
MW
100 <varlistentry>
101 <term><option>--state=</option></term>
102
103 <listitem>
e16972e6
ZJS
104 <para>The argument should be a comma-separated list of unit
105 LOAD, SUB, or ACTIVE states. When listing units, show only
a8eaaee7 106 those in the specified states. Use <option>--state=failed</option>
e16972e6
ZJS
107 to show only failed units.</para>
108
109 <para>As a special case, if one of the arguments is
110 <option>help</option>, a list of allowed values will be
111 printed and the program will exit.</para>
9b9b3d36
MW
112 </listitem>
113 </varlistentry>
114
4a6022f0
ZJS
115 <varlistentry>
116 <term><option>-p</option></term>
117 <term><option>--property=</option></term>
118
119 <listitem>
54c31a79 120 <para>When showing unit/job/manager properties with the
ea539eb6
ZJS
121 <command>show</command> command, limit display to properties
122 specified in the argument. The argument should be a
d2bbca68 123 comma-separated list of property names, such as
ea539eb6
ZJS
124 <literal>MainPID</literal>. Unless specified, all known
125 properties are shown. If specified more than once, all
126 properties with the specified names are shown. Shell
127 completion is implemented for property names.</para>
128
129 <para>For the manager itself,
130 <command>systemctl show</command> will show all available
131 properties. Those properties are documented in
132 <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
133 </para>
134
135 <para>Properties for units vary by unit type, so showing any
136 unit (even a non-existent one) is a way to list properties
b938cb90 137 pertaining to this type. Similarly, showing any job will list
ea539eb6
ZJS
138 properties pertaining to all jobs. Properties for units are
139 documented in
140 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
141 and the pages for individual unit types
142 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
143 <citerefentry><refentrytitle>systemd.socket</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
144 etc.</para>
4a6022f0
ZJS
145 </listitem>
146 </varlistentry>
147
148 <varlistentry>
149 <term><option>-a</option></term>
150 <term><option>--all</option></term>
151
152 <listitem>
21b587cf
ZJS
153 <para>When listing units with <command>list-units</command>, also show inactive units and
154 units which are following other units. When showing unit/job/manager properties, show all
155 properties regardless whether they are set or not.</para>
156
157 <para>To list all units installed in the file system, use the
a5e4972c 158 <command>list-unit-files</command> command instead.</para>
e9fbae3f
ZJS
159
160 <para>When listing units with <command>list-dependencies</command>, recursively show
161 dependencies of all dependent units (by default only dependencies of target units are
162 shown).</para>
4a6022f0
ZJS
163 </listitem>
164 </varlistentry>
165
1238ee09
LP
166 <varlistentry>
167 <term><option>-r</option></term>
168 <term><option>--recursive</option></term>
169
170 <listitem>
171 <para>When listing units, also show units of local
172 containers. Units of local containers will be prefixed with
173 the container name, separated by a single colon character
174 (<literal>:</literal>).</para>
175 </listitem>
176 </varlistentry>
177
afba4199
ZJS
178 <varlistentry>
179 <term><option>--reverse</option></term>
180
181 <listitem>
182 <para>Show reverse dependencies between units with
f6375e83
ZJS
183 <command>list-dependencies</command>, i.e. follow
184 dependencies of type <varname>WantedBy=</varname>,
185 <varname>RequiredBy=</varname>,
f6375e83
ZJS
186 <varname>PartOf=</varname>, <varname>BoundBy=</varname>,
187 instead of <varname>Wants=</varname> and similar.
afba4199
ZJS
188 </para>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry>
193 <term><option>--after</option></term>
9029f642
JSJ
194
195 <listitem>
196 <para>With <command>list-dependencies</command>, show the
197 units that are ordered before the specified unit. In other
f6375e83
ZJS
198 words, recursively list units following the
199 <varname>After=</varname> dependency.</para>
200
201 <para>Note that any <varname>After=</varname> dependency is
202 automatically mirrored to create a
203 <varname>Before=</varname> dependency. Temporal dependencies
922d948b 204 may be specified explicitly, but are also created implicitly
f6375e83
ZJS
205 for units which are <varname>WantedBy=</varname> targets
206 (see
207 <citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
208 and as a result of other directives (for example
209 <varname>RequiresMountsFor=</varname>). Both explicitly
210 and implicitly introduced dependencies are shown with
211 <command>list-dependencies</command>.</para>
82948f6c
LP
212
213 <para>When passed to the <command>list-jobs</command> command, for each printed job show which other jobs are
214 waiting for it. May be combined with <option>--before</option> to show both the jobs waiting for each job as
215 well as all jobs each job is waiting for.</para>
9029f642
JSJ
216 </listitem>
217 </varlistentry>
218
219 <varlistentry>
afba4199
ZJS
220 <term><option>--before</option></term>
221
222 <listitem>
9029f642
JSJ
223 <para>With <command>list-dependencies</command>, show the
224 units that are ordered after the specified unit. In other
f6375e83
ZJS
225 words, recursively list units following the
226 <varname>Before=</varname> dependency.</para>
82948f6c
LP
227
228 <para>When passed to the <command>list-jobs</command> command, for each printed job show which other jobs it
229 is waiting for. May be combined with <option>--after</option> to show both the jobs waiting for each job as
230 well as all jobs each job is waiting for.</para>
afba4199
ZJS
231 </listitem>
232 </varlistentry>
233
4a6022f0 234 <varlistentry>
98a6e132 235 <term><option>-l</option></term>
4a6022f0
ZJS
236 <term><option>--full</option></term>
237
238 <listitem>
69d918b0
ZJS
239 <para>Do not ellipsize unit names, process tree entries,
240 journal output, or truncate unit descriptions in the output
241 of <command>status</command>, <command>list-units</command>,
242 <command>list-jobs</command>, and
243 <command>list-timers</command>.</para>
3b3557c4
JS
244 <para>Also, show installation targets in the output of
245 <command>is-enabled</command>.</para>
4a6022f0
ZJS
246 </listitem>
247 </varlistentry>
248
4f9a9105
ZJS
249 <varlistentry>
250 <term><option>--value</option></term>
251
252 <listitem>
253 <para>When printing properties with <command>show</command>,
254 only print the value, and skip the property name and
255 <literal>=</literal>.</para>
256 </listitem>
257 </varlistentry>
258
991f2a39
ZJS
259 <varlistentry>
260 <term><option>--show-types</option></term>
261
262 <listitem>
263 <para>When showing sockets, show the type of the socket.</para>
264 </listitem>
265 </varlistentry>
266
23ade460 267 <varlistentry>
4dc5b821 268 <term><option>--job-mode=</option></term>
23ade460
MS
269
270 <listitem>
e0e009c0
JE
271 <para>When queuing a new job, this option controls how to deal with
272 already queued jobs. It takes one of <literal>fail</literal>,
4dc5b821
LP
273 <literal>replace</literal>,
274 <literal>replace-irreversibly</literal>,
275 <literal>isolate</literal>,
276 <literal>ignore-dependencies</literal>,
277 <literal>ignore-requirements</literal> or
278 <literal>flush</literal>. Defaults to
279 <literal>replace</literal>, except when the
280 <command>isolate</command> command is used which implies the
281 <literal>isolate</literal> job mode.</para>
282
283 <para>If <literal>fail</literal> is specified and a requested
284 operation conflicts with a pending job (more specifically:
285 causes an already pending start job to be reversed into a stop
286 job or vice versa), cause the operation to fail.</para>
287
288 <para>If <literal>replace</literal> (the default) is
289 specified, any conflicting pending job will be replaced, as
290 necessary.</para>
291
292 <para>If <literal>replace-irreversibly</literal> is specified,
293 operate like <literal>replace</literal>, but also mark the new
294 jobs as irreversible. This prevents future conflicting
9a92e77e
DS
295 transactions from replacing these jobs (or even being enqueued
296 while the irreversible jobs are still pending). Irreversible
297 jobs can still be cancelled using the <command>cancel</command>
298 command.</para>
4dc5b821
LP
299
300 <para><literal>isolate</literal> is only valid for start
301 operations and causes all other units to be stopped when the
302 specified unit is started. This mode is always used when the
303 <command>isolate</command> command is used.</para>
304
305 <para><literal>flush</literal> will cause all queued jobs to
306 be canceled when the new job is enqueued.</para>
307
308 <para>If <literal>ignore-dependencies</literal> is specified,
309 then all unit dependencies are ignored for this new job and
310 the operation is executed immediately. If passed, no required
311 units of the unit passed will be pulled in, and no ordering
312 dependencies will be honored. This is mostly a debugging and
313 rescue tool for the administrator and should not be used by
314 applications.</para>
315
316 <para><literal>ignore-requirements</literal> is similar to
b040723e 317 <literal>ignore-dependencies</literal>, but only causes the
4dc5b821 318 requirement dependencies to be ignored, the ordering
2dd67817 319 dependencies will still be honored.</para>
23ade460 320 </listitem>
4a6022f0 321
4a6022f0
ZJS
322 </varlistentry>
323
ac5e3a50
JS
324 <varlistentry>
325 <term><option>--fail</option></term>
326
327 <listitem>
328 <para>Shorthand for <option>--job-mode=</option>fail.</para>
329 <para>When used with the <command>kill</command> command,
330 if no units were killed, the operation results in an error.
331 </para>
332 </listitem>
333 </varlistentry>
334
4a6022f0
ZJS
335 <varlistentry>
336 <term><option>-i</option></term>
337 <term><option>--ignore-inhibitors</option></term>
338
339 <listitem>
340 <para>When system shutdown or a sleep state is requested,
341 ignore inhibitor locks. Applications can establish inhibitor
342 locks to avoid that certain important operations (such as CD
343 burning or suchlike) are interrupted by system shutdown or a
344 sleep state. Any user may take these locks and privileged
345 users may override these locks. If any locks are taken,
346 shutdown and sleep state requests will normally fail
494a6682 347 (regardless of whether privileged or not) and a list of active locks
7b870f60
JE
348 is printed. However, if <option>--ignore-inhibitors</option>
349 is specified, the locks are ignored and not printed, and the
4a6022f0
ZJS
350 operation attempted anyway, possibly requiring additional
351 privileges.</para>
352 </listitem>
353 </varlistentry>
354
355 <varlistentry>
356 <term><option>-q</option></term>
357 <term><option>--quiet</option></term>
358
359 <listitem>
bbd46aad
ZJS
360 <para>Suppress printing of the results of various commands
361 and also the hints about truncated log lines. This does not
362 suppress output of commands for which the printed output is
363 the only result (like <command>show</command>). Errors are
364 always printed.</para>
4a6022f0
ZJS
365 </listitem>
366 </varlistentry>
367
368 <varlistentry>
369 <term><option>--no-block</option></term>
370
371 <listitem>
372 <para>Do not synchronously wait for the requested operation
7b870f60 373 to finish. If this is not specified, the job will be
4a6022f0 374 verified, enqueued and <command>systemctl</command> will
3d161f99 375 wait until the unit's start-up is completed. By passing this
93a08841
MP
376 argument, it is only verified and enqueued. This option may not be
377 combined with <option>--wait</option>.</para>
378 </listitem>
379 </varlistentry>
380
381 <varlistentry>
382 <term><option>--wait</option></term>
383
384 <listitem>
385 <para>Synchronously wait for started units to terminate again.
386 This option may not be combined with <option>--no-block</option>.
387 Note that this will wait forever if any given unit never terminates
388 (by itself or by getting stopped explicitly); particularly services
389 which use <literal>RemainAfterExit=yes</literal>.</para>
4a6022f0
ZJS
390 </listitem>
391 </varlistentry>
392
88ae7333
ZJS
393 <xi:include href="user-system-options.xml" xpointer="user" />
394 <xi:include href="user-system-options.xml" xpointer="system" />
4a6022f0 395
bef19548
ZJS
396 <varlistentry>
397 <term><option>--failed</option></term>
398
399 <listitem>
400 <para>List units in failed state. This is equivalent to
401 <option>--state=failed</option>.</para>
402 </listitem>
403 </varlistentry>
599b6322 404
4a6022f0
ZJS
405 <varlistentry>
406 <term><option>--no-wall</option></term>
407
408 <listitem>
7b870f60 409 <para>Do not send wall message before halt, power-off,
4a6022f0
ZJS
410 reboot.</para>
411 </listitem>
412 </varlistentry>
413
414 <varlistentry>
415 <term><option>--global</option></term>
416
417 <listitem>
418 <para>When used with <command>enable</command> and
419 <command>disable</command>, operate on the global user
420 configuration directory, thus enabling or disabling a unit
421 file globally for all future logins of all users.</para>
422 </listitem>
423 </varlistentry>
424
425 <varlistentry>
426 <term><option>--no-reload</option></term>
427
428 <listitem>
429 <para>When used with <command>enable</command> and
430 <command>disable</command>, do not implicitly reload daemon
431 configuration after executing the changes.</para>
432 </listitem>
433 </varlistentry>
434
435 <varlistentry>
436 <term><option>--no-ask-password</option></term>
437
438 <listitem>
439 <para>When used with <command>start</command> and related
440 commands, disables asking for passwords. Background services
441 may require input of a password or passphrase string, for
442 example to unlock system hard disks or cryptographic
443 certificates. Unless this option is specified and the
7b870f60 444 command is invoked from a terminal,
4a6022f0
ZJS
445 <command>systemctl</command> will query the user on the
446 terminal for the necessary secrets. Use this option to
7b870f60 447 switch this behavior off. In this case, the password must be
4a6022f0
ZJS
448 supplied by some other means (for example graphical password
449 agents) or the service might fail. This also disables
450 querying the user for authentication for privileged
451 operations.</para>
452 </listitem>
4a6022f0
ZJS
453 </varlistentry>
454
455 <varlistentry>
456 <term><option>--kill-who=</option></term>
457
458 <listitem>
459 <para>When used with <command>kill</command>, choose which
af7424af
LP
460 processes to send a signal to. Must be one of
461 <option>main</option>, <option>control</option> or
462 <option>all</option> to select whether to kill only the main
463 process, the control process or all processes of the
464 unit. The main process of the unit is the one that defines
465 the life-time of it. A control process of a unit is one that
466 is invoked by the manager to induce state changes of it. For
467 example, all processes started due to the
468 <varname>ExecStartPre=</varname>,
469 <varname>ExecStop=</varname> or
470 <varname>ExecReload=</varname> settings of service units are
471 control processes. Note that there is only one control
472 process per unit at a time, as only one state change is
473 executed at a time. For services of type
b8bde116 474 <varname>Type=forking</varname>, the initial process started
af7424af
LP
475 by the manager for <varname>ExecStart=</varname> is a
476 control process, while the process ultimately forked off by
477 that one is then considered the main process of the unit (if
478 it can be determined). This is different for service units
479 of other types, where the process forked off by the manager
480 for <varname>ExecStart=</varname> is always the main process
b8bde116
JE
481 itself. A service unit consists of zero or one main process,
482 zero or one control process plus any number of additional
af7424af 483 processes. Not all unit types manage processes of these
b8bde116 484 types however. For example, for mount units, control processes
af7424af 485 are defined (which are the invocations of
d31dd62b
FB
486 <filename>&MOUNT_PATH;</filename> and
487 <filename>&UMOUNT_PATH;</filename>), but no main process
af7424af
LP
488 is defined. If omitted, defaults to
489 <option>all</option>.</para>
4a6022f0
ZJS
490 </listitem>
491
492 </varlistentry>
493
494 <varlistentry>
495 <term><option>-s</option></term>
496 <term><option>--signal=</option></term>
497
498 <listitem>
499 <para>When used with <command>kill</command>, choose which
500 signal to send to selected processes. Must be one of the
b938cb90 501 well-known signal specifiers such as <constant>SIGTERM</constant>, <constant>SIGINT</constant> or
7b870f60 502 <constant>SIGSTOP</constant>. If omitted, defaults to
4a6022f0
ZJS
503 <option>SIGTERM</option>.</para>
504 </listitem>
505 </varlistentry>
506
507 <varlistentry>
508 <term><option>-f</option></term>
509 <term><option>--force</option></term>
510
511 <listitem>
512 <para>When used with <command>enable</command>, overwrite
513 any existing conflicting symlinks.</para>
514
39c38ce1
DC
515 <para>When used with <command>edit</command>, create all of the
516 specified units which do not already exist.</para>
517
924e44b4
LP
518 <para>When used with <command>halt</command>, <command>poweroff</command>, <command>reboot</command> or
519 <command>kexec</command>, execute the selected operation without shutting down all units. However, all
520 processes will be killed forcibly and all file systems are unmounted or remounted read-only. This is hence a
521 drastic but relatively safe option to request an immediate reboot. If <option>--force</option> is specified
522 twice for these operations (with the exception of <command>kexec</command>), they will be executed
523 immediately, without terminating any processes or unmounting any file systems. Warning: specifying
524 <option>--force</option> twice with any of these operations might result in data loss. Note that when
525 <option>--force</option> is specified twice the selected operation is executed by
526 <command>systemctl</command> itself, and the system manager is not contacted. This means the command should
527 succeed even when the system manager hangs or crashed.</para>
4a6022f0
ZJS
528 </listitem>
529 </varlistentry>
530
9ef15026
JS
531 <varlistentry>
532 <term><option>--message=</option></term>
533
534 <listitem>
535 <para>When used with <command>halt</command>,
536 <command>poweroff</command>, <command>reboot</command> or
537 <command>kexec</command>, set a short message explaining the reason
538 for the operation. The message will be logged together with the
539 default shutdown message.</para>
540 </listitem>
541 </varlistentry>
542
57ab2eab
JS
543 <varlistentry>
544 <term><option>--now</option></term>
545
546 <listitem>
547 <para>When used with <command>enable</command>, the units
548 will also be started. When used with <command>disable</command> or
549 <command>mask</command>, the units will also be stopped. The start
550 or stop operation is only carried out when the respective enable or
551 disable operation has been successful.</para>
552 </listitem>
553 </varlistentry>
554
4a6022f0
ZJS
555 <varlistentry>
556 <term><option>--root=</option></term>
557
558 <listitem>
559 <para>When used with
560 <command>enable</command>/<command>disable</command>/<command>is-enabled</command>
9b914a9d
ZJS
561 (and related commands), use the specified root path when looking for unit
562 files. If this option is present, <command>systemctl</command> will operate on
563 the file system directly, instead of communicating with the <command>systemd</command>
564 daemon to carry out changes.</para>
4a6022f0
ZJS
565 </listitem>
566
567 </varlistentry>
568
569 <varlistentry>
570 <term><option>--runtime</option></term>
571
572 <listitem>
a330b376 573 <para>When used with <command>enable</command>,
7d4fb3b1 574 <command>disable</command>, <command>edit</command>,
4a6022f0 575 (and related commands), make changes only temporarily, so
a330b376 576 that they are lost on the next reboot. This will have the
4a6022f0
ZJS
577 effect that changes are not made in subdirectories of
578 <filename>/etc</filename> but in <filename>/run</filename>,
579 with identical immediate effects, however, since the latter
580 is lost on reboot, the changes are lost too.</para>
a330b376 581
494a6682 582 <para>Similarly, when used with
fbce1139 583 <command>set-property</command>, make changes only
a330b376
LP
584 temporarily, so that they are lost on the next
585 reboot.</para>
4a6022f0
ZJS
586 </listitem>
587 </varlistentry>
588
d309c1c3
LP
589 <varlistentry>
590 <term><option>--preset-mode=</option></term>
591
592 <listitem>
593 <para>Takes one of <literal>full</literal> (the default),
594 <literal>enable-only</literal>,
8d0e0ddd 595 <literal>disable-only</literal>. When used with the
d309c1c3 596 <command>preset</command> or <command>preset-all</command>
8d0e0ddd 597 commands, controls whether units shall be disabled and
d309c1c3
LP
598 enabled according to the preset rules, or only enabled, or
599 only disabled.</para>
600 </listitem>
601 </varlistentry>
602
4a6022f0
ZJS
603 <varlistentry>
604 <term><option>-n</option></term>
605 <term><option>--lines=</option></term>
606
607 <listitem>
7b870f60 608 <para>When used with <command>status</command>, controls the
4a6022f0
ZJS
609 number of journal lines to show, counting from the most
610 recent ones. Takes a positive integer argument. Defaults to
611 10.</para>
612 </listitem>
613 </varlistentry>
614
615 <varlistentry>
616 <term><option>-o</option></term>
617 <term><option>--output=</option></term>
618
619 <listitem>
7b870f60 620 <para>When used with <command>status</command>, controls the
4a6022f0 621 formatting of the journal entries that are shown. For the
7b870f60 622 available choices, see
4a6022f0
ZJS
623 <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
624 Defaults to <literal>short</literal>.</para>
625 </listitem>
626 </varlistentry>
627
5bdf2243
JJ
628 <varlistentry>
629 <term><option>--firmware-setup</option></term>
630
631 <listitem>
632 <para>When used with the <command>reboot</command> command,
633 indicate to the system's firmware to boot into setup
634 mode. Note that this is currently only supported on some EFI
635 systems and only if the system was booted in EFI
636 mode.</para>
637 </listitem>
638 </varlistentry>
639
5d0c05e5
LN
640 <varlistentry>
641 <term><option>--plain</option></term>
642
643 <listitem>
7b870f60 644 <para>When used with <command>list-dependencies</command>,
831d3dc8 645 <command>list-units</command> or <command>list-machines</command>,
a20e43c0
MT
646 the output is printed as a list instead of a tree, and the bullet
647 circles are omitted.</para>
5d0c05e5
LN
648 </listitem>
649 </varlistentry>
650
4f50d2ef
ZJS
651 <xi:include href="user-system-options.xml" xpointer="host" />
652 <xi:include href="user-system-options.xml" xpointer="machine" />
653
12f15e59
ZJS
654 <xi:include href="standard-options.xml" xpointer="no-pager" />
655 <xi:include href="standard-options.xml" xpointer="no-legend" />
dfdebb1b
ZJS
656 <xi:include href="standard-options.xml" xpointer="help" />
657 <xi:include href="standard-options.xml" xpointer="version" />
4a6022f0
ZJS
658 </variablelist>
659 </refsect1>
660
661 <refsect1>
662 <title>Commands</title>
663
664 <para>The following commands are understood:</para>
665
27722f96
LN
666 <refsect2>
667 <title>Unit Commands</title>
4a6022f0 668
27722f96
LN
669 <variablelist>
670 <varlistentry>
1eecafb8 671 <term><command>list-units <optional><replaceable>PATTERN</replaceable>…</optional></command></term>
4a6022f0 672
27722f96 673 <listitem>
2cdbbc9a
LP
674 <para>List units that <command>systemd</command> currently has in memory. This includes units that are
675 either referenced directly or through a dependency, units that are pinned by applications programmatically,
676 or units that were active in the past and have failed. By default only units which are active, have pending
677 jobs, or have failed are shown; this can be changed with option <option>--all</option>. If one or more
05a98afd
LP
678 <replaceable>PATTERN</replaceable>s are specified, only units matching one of them are shown. The units
679 that are shown are additionally filtered by <option>--type=</option> and <option>--state=</option> if those
680 options are specified.</para>
991f2a39 681
27722f96
LN
682 <para>This is the default command.</para>
683 </listitem>
684 </varlistentry>
991f2a39 685
27722f96 686 <varlistentry>
1eecafb8 687 <term><command>list-sockets <optional><replaceable>PATTERN</replaceable>…</optional></command></term>
27722f96
LN
688
689 <listitem>
2cdbbc9a
LP
690 <para>List socket units currently in memory, ordered by listening address. If one or more
691 <replaceable>PATTERN</replaceable>s are specified, only socket units matching one of them are
d8fba7c6 692 shown. Produces output similar to
27722f96 693 <programlisting>
991f2a39
ZJS
694LISTEN UNIT ACTIVATES
695/dev/initctl systemd-initctl.socket systemd-initctl.service
1eecafb8 696
991f2a39
ZJS
697[::]:22 sshd.socket sshd.service
698kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
699
9fccdb0f 7005 sockets listed.</programlisting>
27722f96
LN
701 Note: because the addresses might contains spaces, this output
702 is not suitable for programmatic consumption.
703 </para>
704
2cdbbc9a 705 <para>Also see <option>--show-types</option>, <option>--all</option>, and <option>--state=</option>.</para>
27722f96
LN
706 </listitem>
707 </varlistentry>
708
cbb76c29 709 <varlistentry>
1eecafb8 710 <term><command>list-timers <optional><replaceable>PATTERN</replaceable>…</optional></command></term>
cbb76c29
LP
711
712 <listitem>
2cdbbc9a
LP
713 <para>List timer units currently in memory, ordered by the time they elapse next. If one or more
714 <replaceable>PATTERN</replaceable>s are specified, only units matching one of them are shown.
3c3fff44 715 Produces output similar to
ccdda955
MS
716 <programlisting>
717NEXT LEFT LAST PASSED UNIT ACTIVATES
718n/a n/a Thu 2017-02-23 13:40:29 EST 3 days ago ureadahead-stop.timer ureadahead-stop.service
719Sun 2017-02-26 18:55:42 EST 1min 14s left Thu 2017-02-23 13:54:44 EST 3 days ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
720Sun 2017-02-26 20:37:16 EST 1h 42min left Sun 2017-02-26 11:56:36 EST 6h ago apt-daily.timer apt-daily.service
721Sun 2017-02-26 20:57:49 EST 2h 3min left Sun 2017-02-26 11:56:36 EST 6h ago snapd.refresh.timer snapd.refresh.service
722 </programlisting>
d8fba7c6 723 </para>
cbb76c29 724
ccdda955
MS
725 <para><emphasis>NEXT</emphasis> shows the next time the timer will run.</para>
726 <para><emphasis>LEFT</emphasis> shows how long till the next time the timer runs.</para>
727 <para><emphasis>LAST</emphasis> shows the last time the timer ran.</para>
728 <para><emphasis>PASSED</emphasis> shows has long as passed since the timer laset ran.</para>
729 <para><emphasis>UNIT</emphasis> shows the name of the timer</para>
785889e5 730 <para><emphasis>ACTIVATES</emphasis> shows the name the service the timer activates when it runs.</para>
ccdda955 731
2cdbbc9a 732 <para>Also see <option>--all</option> and <option>--state=</option>.</para>
cbb76c29
LP
733 </listitem>
734 </varlistentry>
735
27722f96 736 <varlistentry>
1eecafb8 737 <term><command>start <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
738
739 <listitem>
740 <para>Start (activate) one or more units specified on the
741 command line.</para>
e3e0314b 742
2cdbbc9a
LP
743 <para>Note that glob patterns operate on the set of primary names of units currently in memory. Units which
744 are not active and are not in a failed state usually are not in memory, and will not be matched by any
1f00eded
LP
745 pattern. In addition, in case of instantiated units, systemd is often unaware of the instance name until
746 the instance has been started. Therefore, using glob patterns with <command>start</command> has limited
747 usefulness. Also, secondary alias names of units are not considered.</para>
27722f96
LN
748 </listitem>
749 </varlistentry>
750 <varlistentry>
1eecafb8 751 <term><command>stop <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
752
753 <listitem>
754 <para>Stop (deactivate) one or more units specified on the
755 command line.</para>
756 </listitem>
757 </varlistentry>
758 <varlistentry>
1eecafb8 759 <term><command>reload <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
760
761 <listitem>
762 <para>Asks all units listed on the command line to reload
763 their configuration. Note that this will reload the
764 service-specific configuration, not the unit configuration
765 file of systemd. If you want systemd to reload the
79640424 766 configuration file of a unit, use the
27722f96
LN
767 <command>daemon-reload</command> command. In other words:
768 for the example case of Apache, this will reload Apache's
769 <filename>httpd.conf</filename> in the web server, not the
770 <filename>apache.service</filename> systemd unit
771 file.</para>
772
773 <para>This command should not be confused with the
d0a3fb75 774 <command>daemon-reload</command> command.</para>
27722f96
LN
775 </listitem>
776
777 </varlistentry>
778 <varlistentry>
1eecafb8 779 <term><command>restart <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
780
781 <listitem>
6539dd7c 782 <para>Stop and then start one or more units specified on the
783 command line. If the units are not running yet, they will
784 be started.</para>
27722f96
LN
785 </listitem>
786 </varlistentry>
787 <varlistentry>
1eecafb8 788 <term><command>try-restart <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
789
790 <listitem>
6539dd7c 791 <para>Stop and then start one or more units specified on the
792 command line if the units are running. This does nothing
793 if units are not running.</para>
2fcee0a5
LP
794 <!-- Note that we don't document condrestart here, as that is just compatibility support, and we generally
795 don't document that. -->
27722f96
LN
796 </listitem>
797 </varlistentry>
798 <varlistentry>
1eecafb8 799 <term><command>reload-or-restart <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
800
801 <listitem>
802 <para>Reload one or more units if they support it. If not,
803 restart them instead. If the units are not running yet, they
804 will be started.</para>
805 </listitem>
806 </varlistentry>
807 <varlistentry>
1eecafb8 808 <term><command>try-reload-or-restart <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
809
810 <listitem>
811 <para>Reload one or more units if they support it. If not,
812 restart them instead. This does nothing if the units are not
2fcee0a5
LP
813 running.</para>
814 <!-- Note that we don't document force-reload here, as that is just compatibility support, and we generally
815 don't document that. -->
27722f96
LN
816 </listitem>
817 </varlistentry>
818 <varlistentry>
819 <term><command>isolate <replaceable>NAME</replaceable></command></term>
820
821 <listitem>
26adf774
ZJS
822 <para>Start the unit specified on the command line and its dependencies
823 and stop all others, unless they have
824 <option>IgnoreOnIsolate=yes</option> (see
825 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
826 If a unit name with no extension is given, an extension of
507e28d8 827 <literal>.target</literal> will be assumed.</para>
27722f96
LN
828
829 <para>This is similar to changing the runlevel in a
830 traditional init system. The <command>isolate</command>
831 command will immediately stop processes that are not enabled
832 in the new unit, possibly including the graphical
833 environment or terminal you are currently using.</para>
834
835 <para>Note that this is allowed only on units where
836 <option>AllowIsolate=</option> is enabled. See
837 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
838 for details.</para>
839 </listitem>
840 </varlistentry>
841 <varlistentry>
1eecafb8 842 <term><command>kill <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
843
844 <listitem>
845 <para>Send a signal to one or more processes of the
846 unit. Use <option>--kill-who=</option> to select which
0088d631
LP
847 process to kill. Use <option>--signal=</option> to select
848 the signal to send.</para>
27722f96
LN
849 </listitem>
850 </varlistentry>
851 <varlistentry>
1eecafb8 852 <term><command>is-active <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
853
854 <listitem>
855 <para>Check whether any of the specified units are active
6db27428
ZJS
856 (i.e. running). Returns an exit code
857 <constant>0</constant> if at least one is active, or
858 non-zero otherwise. Unless <option>--quiet</option> is
859 specified, this will also print the current unit state to
860 standard output.</para>
27722f96
LN
861 </listitem>
862 </varlistentry>
863 <varlistentry>
1eecafb8 864 <term><command>is-failed <replaceable>PATTERN</replaceable>…</command></term>
27722f96
LN
865
866 <listitem>
6db27428
ZJS
867 <para>Check whether any of the specified units are in a
868 "failed" state. Returns an exit code
869 <constant>0</constant> if at least one has failed,
870 non-zero otherwise. Unless <option>--quiet</option> is
871 specified, this will also print the current unit state to
872 standard output.</para>
27722f96
LN
873 </listitem>
874 </varlistentry>
875 <varlistentry>
1eecafb8 876 <term><command>status</command> <optional><replaceable>PATTERN</replaceable>…|<replaceable>PID</replaceable>…]</optional></term>
27722f96
LN
877
878 <listitem>
879 <para>Show terse runtime status information about one or
880 more units, followed by most recent log data from the
8fcf784d 881 journal. If no units are specified, show system status. If
b8bde116 882 combined with <option>--all</option>, also show the status of
8fcf784d
LP
883 all units (subject to limitations specified with
884 <option>-t</option>). If a PID is passed, show information
885 about the unit the process belongs to.</para>
27722f96
LN
886
887 <para>This function is intended to generate human-readable
e213d1a3 888 output. If you are looking for computer-parsable output,
b938cb90 889 use <command>show</command> instead. By default, this
e213d1a3 890 function only shows 10 lines of output and ellipsizes
4559a721 891 lines to fit in the terminal window. This can be changed
e213d1a3
ZJS
892 with <option>--lines</option> and <option>--full</option>,
893 see above. In addition, <command>journalctl
894 --unit=<replaceable>NAME</replaceable></command> or
895 <command>journalctl
896 --user-unit=<replaceable>NAME</replaceable></command> use
897 a similar filter for messages and might be more
898 convenient.
899 </para>
ab8864eb
MS
900
901 <para>Systemd implicitly loads units as necessary, so just running the <command>status</command> will
902 attempt to load a file. The command is thus not useful for determining if something was already loaded or
903 not. The units may possibly also be quickly unloaded after the operation is completed if there's no reason
904 to keep it in memory thereafter.
905 </para>
906
907 <example>
908 <title>Example output from systemctl status </title>
909
910 <programlisting>$ systemctl status bluetooth
911● bluetooth.service - Bluetooth service
83ddf5d3 912 Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
ab8864eb
MS
913 Active: active (running) since Wed 2017-01-04 13:54:04 EST; 1 weeks 0 days ago
914 Docs: man:bluetoothd(8)
915 Main PID: 930 (bluetoothd)
916 Status: "Running"
917 Tasks: 1
918 Memory: 648.0K
919 CPU: 435ms
920 CGroup: /system.slice/bluetooth.service
921 └─930 /usr/lib/bluetooth/bluetoothd
922
923Jan 12 10:46:45 example.com bluetoothd[8900]: Not enough free handles to register service
542ca7c9
DR
924Jan 12 10:46:45 example.com bluetoothd[8900]: Current Time Service could not be registered
925Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output error (5)
ab8864eb
MS
926</programlisting>
927
928 <para>The dot ("●") uses color on supported terminals to summarize the unit state at a glance. White
929 indicates an <literal>inactive</literal> or <literal>deactivating</literal> state. Red indicates a
930 <literal>failed</literal> or <literal>error</literal> state and green indicates an
931 <literal>active</literal>, <literal>reloading</literal> or <literal>activating</literal> state.
932 </para>
933
934 <para>The "Loaded:" line in the output will show <literal>loaded</literal> if the unit has been loaded into
935 memory. Other possible values for "Loaded:" include: <literal>error</literal> if there was a problem
936 loading it, <literal>not-found</literal>, and <literal>masked</literal>. Along with showing the path to
937 the unit file, this line will also show the enablement state. Enabled commands start at boot. See the
938 full table of possible enablement states — including the definition of <literal>masked</literal> — in the
939 documentation for the <command>is-enabled</command> command.
940 </para>
941
942 <para>The "Active:" line shows active state. The value is usually <literal>active</literal> or
943 <literal>inactive</literal>. Active could mean started, bound, plugged in, etc depending on the unit type.
944 The unit could also be in process of changing states, reporting a state of <literal>activating</literal> or
945 <literal>deactivating</literal>. A special <literal>failed</literal> state is entered when the service
946 failed in some way, such as a crash, exiting with an error code or timing out. If the failed state is
947 entered the cause will be logged for later reference.</para>
948 </example>
949
27722f96
LN
950 </listitem>
951 </varlistentry>
952 <varlistentry>
1eecafb8 953 <term><command>show</command> <optional><replaceable>PATTERN</replaceable>…|<replaceable>JOB</replaceable>…</optional></term>
27722f96
LN
954
955 <listitem>
33d2308c
LP
956 <para>Show properties of one or more units, jobs, or the manager itself. If no argument is specified,
957 properties of the manager will be shown. If a unit name is specified, properties of the unit are shown, and
958 if a job ID is specified, properties of the job are shown. By default, empty properties are suppressed. Use
959 <option>--all</option> to show those too. To select specific properties to show, use
960 <option>--property=</option>. This command is intended to be used whenever computer-parsable output is
961 required. Use <command>status</command> if you are looking for formatted human-readable output.</para>
962
963 <para>Many properties shown by <command>systemctl show</command> map directly to configuration settings of
964 the system and service manager and its unit files. Note that the properties shown by the command are
965 generally more low-level, normalized versions of the original configuration settings and expose runtime
966 state in addition to configuration. For example, properties shown for service units include the service's
967 current main process identifier as <literal>MainPID</literal> (which is runtime state), and time settings
968 are always exposed as properties ending in the <literal>…USec</literal> suffix even if a matching
969 configuration options end in <literal>…Sec</literal>, because microseconds is the normalized time unit used
970 by the system and service manager.</para>
27722f96
LN
971 </listitem>
972 </varlistentry>
e93c33d4 973 <varlistentry>
1eecafb8 974 <term><command>cat <replaceable>PATTERN</replaceable>…</command></term>
27722f96 975
e93c33d4 976 <listitem>
e4c0fbe5
ZJS
977 <para>Show backing files of one or more units. Prints the
978 "fragment" and "drop-ins" (source files) of units. Each
979 file is preceded by a comment which includes the file
d4a48671
LW
980 name. Note that this shows the contents of the backing files
981 on disk, which may not match the system manager's
982 understanding of these units if any unit files were
983 updated on disk and the <command>daemon-reload</command>
984 command wasn't issued since.</para>
e93c33d4
SL
985 </listitem>
986 </varlistentry>
27722f96 987 <varlistentry>
1eecafb8 988 <term><command>set-property <replaceable>NAME</replaceable> <replaceable>ASSIGNMENT</replaceable>…</command></term>
27722f96
LN
989
990 <listitem>
991 <para>Set the specified unit properties at runtime where
992 this is supported. This allows changing configuration
3fde5f30 993 parameter properties such as resource control settings at
27722f96 994 runtime. Not all properties may be changed at runtime, but
3fde5f30
LP
995 many resource control settings (primarily those in
996 <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>)
27722f96
LN
997 may. The changes are applied instantly, and stored on disk
998 for future boots, unless <option>--runtime</option> is
3fde5f30
LP
999 passed, in which case the settings only apply until the
1000 next reboot. The syntax of the property assignment follows
27722f96
LN
1001 closely the syntax of assignments in unit files.</para>
1002
1003 <para>Example: <command>systemctl set-property foobar.service CPUShares=777</command></para>
1004
e9fd88f2
FB
1005 <para>If the specified unit appears to be inactive, the
1006 changes will be only stored on disk as described
1007 previously hence they will be effective when the unit will
1008 be started.</para>
1009
27722f96
LN
1010 <para>Note that this command allows changing multiple
1011 properties at the same time, which is preferable over
1012 setting them individually. Like unit file configuration
1013 settings, assigning the empty list to list parameters will
1014 reset the list.</para>
1015 </listitem>
1016 </varlistentry>
1017
1018 <varlistentry>
1eecafb8 1019 <term><command>help <replaceable>PATTERN</replaceable>…|<replaceable>PID</replaceable>…</command></term>
27722f96
LN
1020
1021 <listitem>
1022 <para>Show manual pages for one or more units, if
1023 available. If a PID is given, the manual pages for the unit
1024 the process belongs to are shown.</para>
1025 </listitem>
1026 </varlistentry>
1027
1028 <varlistentry>
1eecafb8 1029 <term><command>reset-failed [<replaceable>PATTERN</replaceable>…]</command></term>
27722f96
LN
1030
1031 <listitem>
1032 <para>Reset the <literal>failed</literal> state of the
1033 specified units, or if no unit name is passed, reset the state of all
1034 units. When a unit fails in some way (i.e. process exiting
1035 with non-zero error code, terminating abnormally or timing
1036 out), it will automatically enter the
1037 <literal>failed</literal> state and its exit code and status
1038 is recorded for introspection by the administrator until the
1039 service is restarted or reset with this command.</para>
1040 </listitem>
1041 </varlistentry>
1042
1043 <varlistentry>
f6375e83
ZJS
1044 <term>
1045 <command>list-dependencies</command>
1046 <optional><replaceable>NAME</replaceable></optional>
1047 </term>
27722f96
LN
1048
1049 <listitem>
f6375e83
ZJS
1050 <para>Shows units required and wanted by the specified
1051 unit. This recursively lists units following the
1052 <varname>Requires=</varname>,
f6375e83 1053 <varname>Requisite=</varname>,
fb30c438 1054 <varname>ConsistsOf=</varname>,
f6375e83
ZJS
1055 <varname>Wants=</varname>, <varname>BindsTo=</varname>
1056 dependencies. If no unit is specified,
1057 <filename>default.target</filename> is implied.</para>
1058
1059 <para>By default, only target units are recursively
1060 expanded. When <option>--all</option> is passed, all other
1061 units are recursively expanded as well.</para>
1062
1063 <para>Options <option>--reverse</option>,
1064 <option>--after</option>, <option>--before</option>
1065 may be used to change what types of dependencies
1066 are shown.</para>
27722f96
LN
1067 </listitem>
1068 </varlistentry>
1069 </variablelist>
1070 </refsect2>
1071
1072 <refsect2>
1073 <title>Unit File Commands</title>
1074
1075 <variablelist>
1076 <varlistentry>
1eecafb8 1077 <term><command>list-unit-files <optional><replaceable>PATTERN…</replaceable></optional></command></term>
27722f96
LN
1078
1079 <listitem>
3990961d
LP
1080 <para>List unit files installed on the system, in combination with their enablement state (as reported by
1081 <command>is-enabled</command>). If one or more <replaceable>PATTERN</replaceable>s are specified, only unit
1082 files whose name matches one of them are shown (patterns matching unit file system paths are not
1083 supported).</para>
27722f96
LN
1084 </listitem>
1085 </varlistentry>
1086
1087 <varlistentry>
1eecafb8
ZJS
1088 <term><command>enable <replaceable>NAME</replaceable>…</command></term>
1089 <term><command>enable <replaceable>PATH</replaceable>…</command></term>
27722f96
LN
1090
1091 <listitem>
3990961d
LP
1092 <para>Enable one or more units or unit instances. This will create a set of symlinks, as encoded in the
1093 <literal>[Install]</literal> sections of the indicated unit files. After the symlinks have been created,
1094 the system manager configuration is reloaded (in a way equivalent to <command>daemon-reload</command>), in
1095 order to ensure the changes are taken into account immediately. Note that this does
1096 <emphasis>not</emphasis> have the effect of also starting any of the units being enabled. If this is
1097 desired, combine this command with the <option>--now</option> switch, or invoke <command>start</command>
1098 with appropriate arguments later. Note that in case of unit instance enablement (i.e. enablement of units of
1099 the form <filename>foo@bar.service</filename>), symlinks named the same as instances are created in the
2dd67817 1100 unit configuration directory, however they point to the single template unit file they are instantiated
3990961d
LP
1101 from.</para>
1102
93f07c87
ZJS
1103 <para>This command expects either valid unit names (in which case various unit file directories are
1104 automatically searched for unit files with appropriate names), or absolute paths to unit files (in which
1105 case these files are read directly). If a specified unit file is located outside of the usual unit file
1106 directories, an additional symlink is created, linking it into the unit configuration path, thus ensuring
1107 it is found when requested by commands such as <command>start</command>.</para>
3990961d
LP
1108
1109 <para>This command will print the file system operations executed. This output may be suppressed by passing
1110 <option>--quiet</option>.
27722f96
LN
1111 </para>
1112
3990961d
LP
1113 <para>Note that this operation creates only the symlinks suggested in the <literal>[Install]</literal>
1114 section of the unit files. While this command is the recommended way to manipulate the unit configuration
1115 directory, the administrator is free to make additional changes manually by placing or removing symlinks
1116 below this directory. This is particularly useful to create configurations that deviate from the suggested
1117 default installation. In this case, the administrator must make sure to invoke
1118 <command>daemon-reload</command> manually as necessary, in order to ensure the changes are taken into
1119 account.
27722f96
LN
1120 </para>
1121
3990961d
LP
1122 <para>Enabling units should not be confused with starting (activating) units, as done by the
1123 <command>start</command> command. Enabling and starting units is orthogonal: units may be enabled without
1124 being started and started without being enabled. Enabling simply hooks the unit into various suggested
1125 places (for example, so that the unit is automatically started on boot or when a particular kind of
1126 hardware is plugged in). Starting actually spawns the daemon process (in case of service units), or binds
1127 the socket (in case of socket units), and so on.</para>
1128
1129 <para>Depending on whether <option>--system</option>, <option>--user</option>, <option>--runtime</option>,
1130 or <option>--global</option> is specified, this enables the unit for the system, for the calling user only,
1131 for only this boot of the system, or for all future logins of all users, or only this boot. Note that in
1132 the last case, no systemd daemon configuration is reloaded.</para>
1133
1134 <para>Using <command>enable</command> on masked units is not supported and results in an error.</para>
27722f96
LN
1135 </listitem>
1136 </varlistentry>
1137
1138 <varlistentry>
1eecafb8 1139 <term><command>disable <replaceable>NAME</replaceable>…</command></term>
27722f96
LN
1140
1141 <listitem>
3990961d
LP
1142 <para>Disables one or more units. This removes all symlinks to the unit files backing the specified units
1143 from the unit configuration directory, and hence undoes any changes made by <command>enable</command> or
1144 <command>link</command>. Note that this removes <emphasis>all</emphasis> symlinks to matching unit files,
1145 including manually created symlinks, and not just those actually created by <command>enable</command> or
1146 <command>link</command>. Note that while <command>disable</command> undoes the effect of
1147 <command>enable</command>, the two commands are otherwise not symmetric, as <command>disable</command> may
1148 remove more symlinks than a prior <command>enable</command> invocation of the same unit created.</para>
1149
1150 <para>This command expects valid unit names only, it does not accept paths to unit files.</para>
1151
1152 <para>In addition to the units specified as arguments, all units are disabled that are listed in the
1153 <varname>Also=</varname> setting contained in the <literal>[Install]</literal> section of any of the unit
1154 files being operated on.</para>
1155
1156 <para>This command implicitly reloads the system manager configuration after completing the operation. Note
1157 that this command does not implicitly stop the units that are being disabled. If this is desired, either
1158 combine this command with the <option>--now</option> switch, or invoke the <command>stop</command> command
1159 with appropriate arguments later.</para>
1160
1161 <para>This command will print information about the file system operations (symlink removals)
1162 executed. This output may be suppressed by passing <option>--quiet</option>.
27722f96
LN
1163 </para>
1164
3990961d
LP
1165 <para>This command honors <option>--system</option>, <option>--user</option>, <option>--runtime</option>
1166 and <option>--global</option> in a similar way as <command>enable</command>.</para>
27722f96
LN
1167 </listitem>
1168 </varlistentry>
1169
b619ec8f 1170 <varlistentry>
1eecafb8 1171 <term><command>reenable <replaceable>NAME</replaceable>…</command></term>
b619ec8f
LP
1172
1173 <listitem>
3990961d
LP
1174 <para>Reenable one or more units, as specified on the command line. This is a combination of
1175 <command>disable</command> and <command>enable</command> and is useful to reset the symlinks a unit file is
d903a892 1176 enabled with to the defaults configured in its <literal>[Install]</literal> section. This command expects
1177 a unit name only, it does not accept paths to unit files.</para>
b619ec8f
LP
1178 </listitem>
1179 </varlistentry>
1180
1181 <varlistentry>
1eecafb8 1182 <term><command>preset <replaceable>NAME</replaceable>…</command></term>
b619ec8f
LP
1183
1184 <listitem>
39207373
ZJS
1185 <para>Reset the enable/disable status one or more unit files, as specified on
1186 the command line, to the defaults configured in the preset policy files. This
1187 has the same effect as <command>disable</command> or
1188 <command>enable</command>, depending how the unit is listed in the preset
1189 files.</para>
b619ec8f 1190
39207373
ZJS
1191 <para>Use <option>--preset-mode=</option> to control whether units shall be
1192 enabled and disabled, or only enabled, or only disabled.</para>
1193
1194 <para>If the unit carries no install information, it will be silently ignored
d923e42e
ZJS
1195 by this command. <replaceable>NAME</replaceable> must be the real unit name,
1196 any alias names are ignored silently.</para>
b619ec8f 1197
39207373 1198 <para>For more information on the preset policy format, see
b619ec8f 1199 <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
39207373 1200 For more information on the concept of presets, please consult the
28a0ad81 1201 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/Preset">Preset</ulink>
b619ec8f
LP
1202 document.</para>
1203 </listitem>
1204 </varlistentry>
1205
1206 <varlistentry>
1207 <term><command>preset-all</command></term>
1208
1209 <listitem>
1210 <para>Resets all installed unit files to the defaults
1211 configured in the preset policy file (see above).</para>
1212
1213 <para>Use <option>--preset-mode=</option> to control
1214 whether units shall be enabled and disabled, or only
1215 enabled, or only disabled.</para>
1216 </listitem>
1217 </varlistentry>
1218
27722f96 1219 <varlistentry>
1eecafb8 1220 <term><command>is-enabled <replaceable>NAME</replaceable>…</command></term>
27722f96
LN
1221
1222 <listitem>
1223 <para>Checks whether any of the specified unit files are
171754aa
ZJS
1224 enabled (as with <command>enable</command>). Returns an
1225 exit code of 0 if at least one is enabled, non-zero
1226 otherwise. Prints the current enable status (see table).
1227 To suppress this output, use <option>--quiet</option>.
3b3557c4 1228 To show installation targets, use <option>--full</option>.
171754aa
ZJS
1229 </para>
1230
1231 <table>
1232 <title>
1233 <command>is-enabled</command> output
1234 </title>
1235
1236 <tgroup cols='3'>
1237 <thead>
1238 <row>
94f099d8
LP
1239 <entry>Name</entry>
1240 <entry>Description</entry>
1241 <entry>Exit Code</entry>
171754aa
ZJS
1242 </row>
1243 </thead>
1244 <tbody>
1245 <row>
1246 <entry><literal>enabled</literal></entry>
a858cd71 1247 <entry morerows='1'>Enabled via <filename>.wants/</filename>, <filename>.requires/</filename> or alias symlinks (permanently in <filename>/etc/systemd/system/</filename>, or transiently in <filename>/run/systemd/system/</filename>).</entry>
171754aa
ZJS
1248 <entry morerows='1'>0</entry>
1249 </row>
1250 <row>
1251 <entry><literal>enabled-runtime</literal></entry>
1252 </row>
1253 <row>
1254 <entry><literal>linked</literal></entry>
48563081 1255 <entry morerows='1'>Made available through one or more symlinks to the unit file (permanently in <filename>/etc/systemd/system/</filename> or transiently in <filename>/run/systemd/system/</filename>), even though the unit file might reside outside of the unit file search path.</entry>
94f099d8 1256 <entry morerows='1'>&gt; 0</entry>
171754aa
ZJS
1257 </row>
1258 <row>
1259 <entry><literal>linked-runtime</literal></entry>
1260 </row>
1261 <row>
1262 <entry><literal>masked</literal></entry>
48563081 1263 <entry morerows='1'>Completely disabled, so that any start operation on it fails (permanently in <filename>/etc/systemd/system/</filename> or transiently in <filename>/run/systemd/systemd/</filename>).</entry>
94f099d8 1264 <entry morerows='1'>&gt; 0</entry>
171754aa
ZJS
1265 </row>
1266 <row>
1267 <entry><literal>masked-runtime</literal></entry>
1268 </row>
1269 <row>
1270 <entry><literal>static</literal></entry>
f4139308 1271 <entry>The unit file is not enabled, and has no provisions for enabling in the <literal>[Install]</literal> unit file section.</entry>
91f0ac7d 1272 <entry>0</entry>
171754aa 1273 </row>
aedd4012
JS
1274 <row>
1275 <entry><literal>indirect</literal></entry>
f4139308 1276 <entry>The unit file itself is not enabled, but it has a non-empty <varname>Also=</varname> setting in the <literal>[Install]</literal> unit file section, listing other unit files that might be enabled.</entry>
aedd4012
JS
1277 <entry>0</entry>
1278 </row>
171754aa
ZJS
1279 <row>
1280 <entry><literal>disabled</literal></entry>
f4139308 1281 <entry>The unit file is not enabled, but contains an <literal>[Install]</literal> section with installation instructions.</entry>
94f099d8 1282 <entry>&gt; 0</entry>
171754aa 1283 </row>
f4139308
LP
1284 <row>
1285 <entry><literal>generated</literal></entry>
1286 <entry>The unit file was generated dynamically via a generator tool. See <citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>. Generated unit files may not be enabled, they are enabled implicitly by their generator.</entry>
1287 <entry>0</entry>
1288 </row>
e4fca67f
LP
1289 <row>
1290 <entry><literal>transient</literal></entry>
1291 <entry>The unit file has been created dynamically with the runtime API. Transient units may not be enabled.</entry>
1292 <entry>0</entry>
1293 </row>
0ec0deaa
LP
1294 <row>
1295 <entry><literal>bad</literal></entry>
f4139308 1296 <entry>The unit file is invalid or another error occurred. Note that <command>is-enabled</command> will not actually return this state, but print an error message instead. However the unit file listing printed by <command>list-unit-files</command> might show it.</entry>
0ec0deaa
LP
1297 <entry>&gt; 0</entry>
1298 </row>
171754aa
ZJS
1299 </tbody>
1300 </tgroup>
1301 </table>
1302
27722f96
LN
1303 </listitem>
1304 </varlistentry>
1305
27722f96 1306 <varlistentry>
1eecafb8 1307 <term><command>mask <replaceable>NAME</replaceable>…</command></term>
27722f96
LN
1308
1309 <listitem>
3990961d
LP
1310 <para>Mask one or more units, as specified on the command line. This will link these unit files to
1311 <filename>/dev/null</filename>, making it impossible to start them. This is a stronger version of
1312 <command>disable</command>, since it prohibits all kinds of activation of the unit, including enablement
1313 and manual activation. Use this option with care. This honors the <option>--runtime</option> option to only
1314 mask temporarily until the next reboot of the system. The <option>--now</option> option may be used to
1315 ensure that the units are also stopped. This command expects valid unit names only, it does not accept unit
1316 file paths.</para>
27722f96
LN
1317 </listitem>
1318 </varlistentry>
1319
1320 <varlistentry>
1eecafb8 1321 <term><command>unmask <replaceable>NAME</replaceable>…</command></term>
27722f96
LN
1322
1323 <listitem>
3990961d
LP
1324 <para>Unmask one or more unit files, as specified on the command line. This will undo the effect of
1325 <command>mask</command>. This command expects valid unit names only, it does not accept unit file
1326 paths.</para>
27722f96
LN
1327 </listitem>
1328 </varlistentry>
1329
1330 <varlistentry>
1eecafb8 1331 <term><command>link <replaceable>PATH</replaceable>…</command></term>
27722f96
LN
1332
1333 <listitem>
3990961d
LP
1334 <para>Link a unit file that is not in the unit file search paths into the unit file search path. This
1335 command expects an absolute path to a unit file. The effect of this may be undone with
1336 <command>disable</command>. The effect of this command is that a unit file is made available for commands
1337 such as <command>start</command>, even though it is not installed directly in the unit search path.</para>
27722f96
LN
1338 </listitem>
1339 </varlistentry>
1340
344ca755 1341 <varlistentry>
1eecafb8 1342 <term><command>revert <replaceable>NAME</replaceable>…</command></term>
344ca755
LP
1343
1344 <listitem>
1345 <para>Revert one or more unit files to their vendor versions. This command removes drop-in configuration
1346 files that modify the specified units, as well as any user-configured unit file that overrides a matching
1347 vendor supplied unit file. Specifically, for a unit <literal>foo.service</literal> the matching directories
1348 <literal>foo.service.d/</literal> with all their contained files are removed, both below the persistent and
1349 runtime configuration directories (i.e. below <filename>/etc/systemd/system</filename> and
1350 <filename>/run/systemd/system</filename>); if the unit file has a vendor-supplied version (i.e. a unit file
b17649ee 1351 located below <filename>/usr</filename>) any matching persistent or runtime unit file that overrides it is
344ca755
LP
1352 removed, too. Note that if a unit file has no vendor-supplied version (i.e. is only defined below
1353 <filename>/etc/systemd/system</filename> or <filename>/run/systemd/system</filename>, but not in a unit
1354 file stored below <filename>/usr</filename>), then it is not removed. Also, if a unit is masked, it is
1355 unmasked.</para>
1356
1357 <para>Effectively, this command may be used to undo all changes made with <command>systemctl
1358 edit</command>, <command>systemctl set-property</command> and <command>systemctl mask</command> and puts
1359 the original unit file with its settings back in effect.</para>
1360 </listitem>
1361 </varlistentry>
1362
27722f96 1363 <varlistentry>
b619ec8f 1364 <term><command>add-wants <replaceable>TARGET</replaceable>
1eecafb8 1365 <replaceable>NAME</replaceable>…</command></term>
b619ec8f 1366 <term><command>add-requires <replaceable>TARGET</replaceable>
1eecafb8 1367 <replaceable>NAME</replaceable>…</command></term>
27722f96
LN
1368
1369 <listitem>
853382da 1370 <para>Adds <literal>Wants=</literal> or <literal>Requires=</literal>
a8eaaee7 1371 dependencies, respectively, to the specified
853382da 1372 <replaceable>TARGET</replaceable> for one or more units. </para>
27722f96 1373
b619ec8f
LP
1374 <para>This command honors <option>--system</option>,
1375 <option>--user</option>, <option>--runtime</option> and
a8eaaee7 1376 <option>--global</option> in a way similar to
b619ec8f 1377 <command>enable</command>.</para>
27722f96 1378
27722f96
LN
1379 </listitem>
1380 </varlistentry>
7d4fb3b1
RC
1381
1382 <varlistentry>
1eecafb8 1383 <term><command>edit <replaceable>NAME</replaceable>…</command></term>
7d4fb3b1
RC
1384
1385 <listitem>
1386 <para>Edit a drop-in snippet or a whole replacement file if
1387 <option>--full</option> is specified, to extend or override the
1388 specified unit.</para>
1389
1390 <para>Depending on whether <option>--system</option> (the default),
1391 <option>--user</option>, or <option>--global</option> is specified,
a8eaaee7 1392 this command creates a drop-in file for each unit either for the system,
b938cb90 1393 for the calling user, or for all futures logins of all users. Then,
7d4fb3b1
RC
1394 the editor (see the "Environment" section below) is invoked on
1395 temporary files which will be written to the real location if the
1396 editor exits successfully.</para>
1397
1398 <para>If <option>--full</option> is specified, this will copy the
1399 original units instead of creating drop-in files.</para>
1400
39c38ce1
DC
1401 <para>If <option>--force</option> is specified and any units do
1402 not already exist, new unit files will be opened for editing.</para>
1403
7d4fb3b1
RC
1404 <para>If <option>--runtime</option> is specified, the changes will
1405 be made temporarily in <filename>/run</filename> and they will be
1406 lost on the next reboot.</para>
1407
b938cb90
JE
1408 <para>If the temporary file is empty upon exit, the modification of
1409 the related unit is canceled.</para>
7d4fb3b1
RC
1410
1411 <para>After the units have been edited, systemd configuration is
1412 reloaded (in a way that is equivalent to <command>daemon-reload</command>).
1413 </para>
1414
1415 <para>Note that this command cannot be used to remotely edit units
1416 and that you cannot temporarily edit units which are in
b938cb90 1417 <filename>/etc</filename>, since they take precedence over
7d4fb3b1
RC
1418 <filename>/run</filename>.</para>
1419 </listitem>
1420 </varlistentry>
b619ec8f
LP
1421
1422 <varlistentry>
1423 <term><command>get-default</command></term>
1424
1425 <listitem>
1426 <para>Return the default target to boot into. This returns
1427 the target unit name <filename>default.target</filename>
1428 is aliased (symlinked) to.</para>
1429 </listitem>
1430 </varlistentry>
1431
1432 <varlistentry>
1433 <term><command>set-default <replaceable>NAME</replaceable></command></term>
1434
1435 <listitem>
1436 <para>Set the default target to boot into. This sets
1437 (symlinks) the <filename>default.target</filename> alias
1438 to the given target unit.</para>
1439 </listitem>
1440 </varlistentry>
1441
27722f96
LN
1442 </variablelist>
1443 </refsect2>
1444
0d292f5e
LP
1445 <refsect2>
1446 <title>Machine Commands</title>
1447
1448 <variablelist>
1449 <varlistentry>
1eecafb8 1450 <term><command>list-machines <optional><replaceable>PATTERN</replaceable>…</optional></command></term>
0d292f5e
LP
1451
1452 <listitem>
1453 <para>List the host and all running local containers with
1454 their state. If one or more
1455 <replaceable>PATTERN</replaceable>s are specified, only
1456 containers matching one of them are shown.
1457 </para>
1458 </listitem>
1459 </varlistentry>
1460 </variablelist>
1461 </refsect2>
1462
27722f96
LN
1463 <refsect2>
1464 <title>Job Commands</title>
1465
1466 <variablelist>
1467 <varlistentry>
1eecafb8 1468 <term><command>list-jobs <optional><replaceable>PATTERN…</replaceable></optional></command></term>
27722f96
LN
1469
1470 <listitem>
d8fba7c6
ZJS
1471 <para>List jobs that are in progress. If one or more
1472 <replaceable>PATTERN</replaceable>s are specified, only
1473 jobs for units matching one of them are shown.</para>
82948f6c
LP
1474
1475 <para>When combined with <option>--after</option> or <option>--before</option> the list is augmented with
1476 information on which other job each job is waiting for, and which other jobs are waiting for it, see
1477 above.</para>
27722f96
LN
1478 </listitem>
1479 </varlistentry>
1480 <varlistentry>
1eecafb8 1481 <term><command>cancel <replaceable>JOB</replaceable>…</command></term>
27722f96
LN
1482
1483 <listitem>
1484 <para>Cancel one or more jobs specified on the command line
1485 by their numeric job IDs. If no job ID is specified, cancel
1486 all pending jobs.</para>
1487 </listitem>
1488 </varlistentry>
1489 </variablelist>
27722f96
LN
1490 </refsect2>
1491
1492 <refsect2>
1493 <title>Environment Commands</title>
1494
1495 <variablelist>
1496 <varlistentry>
1497 <term><command>show-environment</command></term>
1498
1499 <listitem>
804ee07c
ZJS
1500 <para>Dump the systemd manager environment block. This is the environment
1501 block that is passed to all processes the manager spawns. The environment
1502 block will be dumped in straight-forward form suitable for sourcing into
1503 most shells. If no special characters or whitespace is present in the variable
1504 values, no escaping is performed, and the assignments have the form
1505 <literal>VARIABLE=value</literal>. If whitespace or characters which have
1506 special meaning to the shell are present, dollar-single-quote escaping is
1507 used, and assignments have the form <literal>VARIABLE=$'value'</literal>.
1508 This syntax is known to be supported by
1509 <citerefentry project='die-net'><refentrytitle>bash</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1510 <citerefentry project='die-net'><refentrytitle>zsh</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1511 <citerefentry project='die-net'><refentrytitle>ksh</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1512 and
1513 <citerefentry project='die-net'><refentrytitle>busybox</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
1514 <citerefentry project='die-net'><refentrytitle>ash</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1515 but not
1516 <citerefentry project='die-net'><refentrytitle>dash</refentrytitle><manvolnum>1</manvolnum></citerefentry>
1517 or
1518 <citerefentry project='die-net'><refentrytitle>fish</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
1519 </para>
27722f96
LN
1520 </listitem>
1521 </varlistentry>
1522 <varlistentry>
1eecafb8 1523 <term><command>set-environment <replaceable>VARIABLE=VALUE</replaceable>…</command></term>
27722f96
LN
1524
1525 <listitem>
1526 <para>Set one or more systemd manager environment variables,
1527 as specified on the command line.</para>
1528 </listitem>
1529 </varlistentry>
1530 <varlistentry>
1eecafb8 1531 <term><command>unset-environment <replaceable>VARIABLE</replaceable>…</command></term>
27722f96
LN
1532
1533 <listitem>
1534 <para>Unset one or more systemd manager environment
1535 variables. If only a variable name is specified, it will be
1536 removed regardless of its value. If a variable and a value
1537 are specified, the variable is only removed if it has the
1538 specified value.</para>
1539 </listitem>
ac3efa8a
LP
1540 </varlistentry>
1541 <varlistentry>
3fb90db2 1542 <term>
b975b0d5 1543 <command>import-environment</command>
1eecafb8 1544 <optional><replaceable>VARIABLE…</replaceable></optional>
b975b0d5 1545 </term>
ac3efa8a
LP
1546
1547 <listitem>
1548 <para>Import all, one or more environment variables set on
1549 the client into the systemd manager environment block. If
73e231ab
JE
1550 no arguments are passed, the entire environment block is
1551 imported. Otherwise, a list of one or more environment
1552 variable names should be passed, whose client-side values
ac3efa8a
LP
1553 are then imported into the manager's environment
1554 block.</para>
1555 </listitem>
27722f96
LN
1556 </varlistentry>
1557 </variablelist>
1558 </refsect2>
1559
1560 <refsect2>
1561 <title>Manager Lifecycle Commands</title>
1562
1563 <variablelist>
1564 <varlistentry>
1565 <term><command>daemon-reload</command></term>
1566
1567 <listitem>
a8eaaee7 1568 <para>Reload the systemd manager configuration. This will
432d5965
ZJS
1569 rerun all generators (see
1570 <citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>),
1571 reload all unit files, and recreate the entire dependency
1572 tree. While the daemon is being reloaded, all sockets
1573 systemd listens on behalf of user configuration will stay
1574 accessible.</para>
1575
1576 <para>This command should not be confused with the
1577 <command>reload</command> command.</para>
27722f96
LN
1578 </listitem>
1579 </varlistentry>
1580 <varlistentry>
1581 <term><command>daemon-reexec</command></term>
1582
1583 <listitem>
1584 <para>Reexecute the systemd manager. This will serialize the
1585 manager state, reexecute the process and deserialize the
1586 state again. This command is of little use except for
79640424 1587 debugging and package upgrades. Sometimes, it might be
27722f96 1588 helpful as a heavy-weight <command>daemon-reload</command>.
79640424 1589 While the daemon is being reexecuted, all sockets systemd listening
27722f96
LN
1590 on behalf of user configuration will stay accessible.
1591 </para>
1592 </listitem>
1593 </varlistentry>
1594 </variablelist>
1595 </refsect2>
1596
1597 <refsect2>
1598 <title>System Commands</title>
1599
1600 <variablelist>
99813a19
LP
1601 <varlistentry>
1602 <term><command>is-system-running</command></term>
1603
1604 <listitem>
2de51fdc 1605 <para>Checks whether the system is operational. This
94f099d8
LP
1606 returns success (exit code 0) when the system is fully up
1607 and running, specifically not in startup, shutdown or
1608 maintenance mode, and with no failed services. Failure is
1609 returned otherwise (exit code non-zero). In addition, the
2de51fdc 1610 current state is printed in a short string to standard
a8eaaee7 1611 output, see the table below. Use <option>--quiet</option> to
2de51fdc
ZJS
1612 suppress this output.</para>
1613
1614 <table>
94f099d8
LP
1615 <title><command>is-system-running</command> output</title>
1616 <tgroup cols='3'>
1617 <colspec colname='name'/>
1618 <colspec colname='description'/>
1619 <colspec colname='exit-code'/>
2de51fdc
ZJS
1620 <thead>
1621 <row>
1622 <entry>Name</entry>
1623 <entry>Description</entry>
94f099d8 1624 <entry>Exit Code</entry>
2de51fdc
ZJS
1625 </row>
1626 </thead>
1627 <tbody>
1628 <row>
1629 <entry><varname>initializing</varname></entry>
1630 <entry><para>Early bootup, before
1fdfa094
LP
1631 <filename>basic.target</filename> is reached
1632 or the <varname>maintenance</varname> state entered.
2de51fdc 1633 </para></entry>
94f099d8 1634 <entry>&gt; 0</entry>
2de51fdc
ZJS
1635 </row>
1636 <row>
1637 <entry><varname>starting</varname></entry>
1fdfa094
LP
1638 <entry><para>Late bootup, before the job queue
1639 becomes idle for the first time, or one of the
1640 rescue targets are reached.</para></entry>
94f099d8 1641 <entry>&gt; 0</entry>
2de51fdc
ZJS
1642 </row>
1643 <row>
1644 <entry><varname>running</varname></entry>
1645 <entry><para>The system is fully
1646 operational.</para></entry>
94f099d8 1647 <entry>0</entry>
2de51fdc
ZJS
1648 </row>
1649 <row>
1650 <entry><varname>degraded</varname></entry>
1651 <entry><para>The system is operational but one or more
1652 units failed.</para></entry>
94f099d8 1653 <entry>&gt; 0</entry>
2de51fdc
ZJS
1654 </row>
1655 <row>
1656 <entry><varname>maintenance</varname></entry>
1fdfa094 1657 <entry><para>The rescue or emergency target is
2de51fdc 1658 active.</para></entry>
94f099d8 1659 <entry>&gt; 0</entry>
2de51fdc
ZJS
1660 </row>
1661 <row>
1662 <entry><varname>stopping</varname></entry>
1663 <entry><para>The manager is shutting
1664 down.</para></entry>
94f099d8
LP
1665 <entry>&gt; 0</entry>
1666 </row>
1667 <row>
1668 <entry><varname>offline</varname></entry>
1669 <entry><para>The manager is not
1670 running. Specifically, this is the operational
1671 state if an incompatible program is running as
1672 system manager (PID 1).</para></entry>
1673 <entry>&gt; 0</entry>
1674 </row>
1675 <row>
1676 <entry><varname>unknown</varname></entry>
1677 <entry><para>The operational state could not be
1678 determined, due to lack of resources or another
1679 error cause.</para></entry>
1680 <entry>&gt; 0</entry>
2de51fdc
ZJS
1681 </row>
1682 </tbody>
1683 </tgroup>
1684 </table>
99813a19
LP
1685 </listitem>
1686 </varlistentry>
1687
27722f96
LN
1688 <varlistentry>
1689 <term><command>default</command></term>
1690
1691 <listitem>
1692 <para>Enter default mode. This is mostly equivalent to
1693 <command>isolate default.target</command>.</para>
1694 </listitem>
1695 </varlistentry>
99813a19 1696
27722f96
LN
1697 <varlistentry>
1698 <term><command>rescue</command></term>
1699
1700 <listitem>
1701 <para>Enter rescue mode. This is mostly equivalent to
1702 <command>isolate rescue.target</command>, but also prints a
1703 wall message to all users.</para>
1704 </listitem>
1705 </varlistentry>
1706 <varlistentry>
1707 <term><command>emergency</command></term>
1708
1709 <listitem>
1710 <para>Enter emergency mode. This is mostly equivalent to
1711 <command>isolate emergency.target</command>, but also prints
1712 a wall message to all users.</para>
1713 </listitem>
1714 </varlistentry>
1715 <varlistentry>
1716 <term><command>halt</command></term>
1717
1718 <listitem>
924e44b4
LP
1719 <para>Shut down and halt the system. This is mostly equivalent to <command>start halt.target
1720 --job-mode=replace-irreversibly</command>, but also prints a wall message to all users. If combined with
1721 <option>--force</option>, shutdown of all running services is skipped, however all processes are killed and
1722 all file systems are unmounted or mounted read-only, immediately followed by the system halt. If
1723 <option>--force</option> is specified twice, the operation is immediately executed without terminating any
1724 processes or unmounting any file systems. This may result in data loss. Note that when
1725 <option>--force</option> is specified twice the halt operation is executed by
1726 <command>systemctl</command> itself, and the system manager is not contacted. This means the command should
1727 succeed even when the system manager hangs or crashed.</para>
27722f96
LN
1728 </listitem>
1729 </varlistentry>
1730 <varlistentry>
1731 <term><command>poweroff</command></term>
1732
1733 <listitem>
924e44b4
LP
1734 <para>Shut down and power-off the system. This is mostly equivalent to <command>start poweroff.target
1735 --job-mode=replace-irreversibly</command>, but also prints a wall message to all users. If combined with
1736 <option>--force</option>, shutdown of all running services is skipped, however all processes are killed and
1737 all file systems are unmounted or mounted read-only, immediately followed by the powering off. If
1738 <option>--force</option> is specified twice, the operation is immediately executed without terminating any
1739 processes or unmounting any file systems. This may result in data loss. Note that when
1740 <option>--force</option> is specified twice the power-off operation is executed by
1741 <command>systemctl</command> itself, and the system manager is not contacted. This means the command should
1742 succeed even when the system manager hangs or crashed.</para>
27722f96
LN
1743 </listitem>
1744 </varlistentry>
1745 <varlistentry>
37185ec8 1746 <term><command>reboot <optional><replaceable>arg</replaceable></optional></command></term>
27722f96
LN
1747
1748 <listitem>
924e44b4
LP
1749 <para>Shut down and reboot the system. This is mostly equivalent to <command>start reboot.target
1750 --job-mode=replace-irreversibly</command>, but also prints a wall message to all users. If combined with
1751 <option>--force</option>, shutdown of all running services is skipped, however all processes are killed and
1752 all file systems are unmounted or mounted read-only, immediately followed by the reboot. If
1753 <option>--force</option> is specified twice, the operation is immediately executed without terminating any
1754 processes or unmounting any file systems. This may result in data loss. Note that when
1755 <option>--force</option> is specified twice the reboot operation is executed by
1756 <command>systemctl</command> itself, and the system manager is not contacted. This means the command should
1757 succeed even when the system manager hangs or crashed.</para>
37185ec8
WC
1758
1759 <para>If the optional argument
1760 <replaceable>arg</replaceable> is given, it will be passed
1761 as the optional argument to the
1762 <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry>
1763 system call. The value is architecture and firmware
1764 specific. As an example, <literal>recovery</literal> might
1765 be used to trigger system recovery, and
1766 <literal>fota</literal> might be used to trigger a
1767 <quote>firmware over the air</quote> update.</para>
27722f96
LN
1768 </listitem>
1769 </varlistentry>
b619ec8f 1770
27722f96
LN
1771 <varlistentry>
1772 <term><command>kexec</command></term>
1773
1774 <listitem>
1775 <para>Shut down and reboot the system via kexec. This is
903e7c37 1776 mostly equivalent to <command>start kexec.target --job-mode=replace-irreversibly</command>,
27722f96
LN
1777 but also prints a wall message to all users. If combined
1778 with <option>--force</option>, shutdown of all running
1779 services is skipped, however all processes are killed and
1780 all file systems are unmounted or mounted read-only,
1781 immediately followed by the reboot.</para>
1782 </listitem>
1783 </varlistentry>
b619ec8f 1784
27722f96 1785 <varlistentry>
287419c1 1786 <term><command>exit <optional><replaceable>EXIT_CODE</replaceable></optional></command></term>
27722f96
LN
1787
1788 <listitem>
1789 <para>Ask the systemd manager to quit. This is only
1790 supported for user service managers (i.e. in conjunction
287419c1
AC
1791 with the <option>--user</option> option) or in containers
1792 and is equivalent to <command>poweroff</command> otherwise.</para>
1793
1794 <para>The systemd manager can exit with a non-zero exit
1795 code if the optional argument
1796 <replaceable>EXIT_CODE</replaceable> is given.</para>
27722f96 1797 </listitem>
b619ec8f 1798 </varlistentry>
27722f96 1799
b619ec8f
LP
1800 <varlistentry>
1801 <term><command>switch-root <replaceable>ROOT</replaceable> <optional><replaceable>INIT</replaceable></optional></command></term>
1802
1803 <listitem>
fb1bad9d
LP
1804 <para>Switches to a different root directory and executes a new system manager process below it. This is
1805 intended for usage in initial RAM disks ("initrd"), and will transition from the initrd's system manager
1806 process (a.k.a. "init" process) to the main system manager process which is loaded from the actual host
1807 volume. This call takes two arguments: the directory that is to become the new root directory, and the path
1808 to the new system manager binary below it to execute as PID 1. If the latter is omitted or the empty
1809 string, a systemd binary will automatically be searched for and used as init. If the system manager path is
1810 omitted, equal to the empty string or identical to the path to the systemd binary, the state of the
1811 initrd's system manager process is passed to the main system manager, which allows later introspection of
1812 the state of the services involved in the initrd boot phase.</para>
b619ec8f 1813 </listitem>
27722f96 1814 </varlistentry>
b619ec8f 1815
27722f96
LN
1816 <varlistentry>
1817 <term><command>suspend</command></term>
1818
1819 <listitem>
1820 <para>Suspend the system. This will trigger activation of
1821 the special <filename>suspend.target</filename> target.
1822 </para>
1823 </listitem>
1824 </varlistentry>
b619ec8f 1825
27722f96
LN
1826 <varlistentry>
1827 <term><command>hibernate</command></term>
1828
1829 <listitem>
1830 <para>Hibernate the system. This will trigger activation of
1831 the special <filename>hibernate.target</filename> target.
1832 </para>
1833 </listitem>
1834 </varlistentry>
b619ec8f 1835
27722f96
LN
1836 <varlistentry>
1837 <term><command>hybrid-sleep</command></term>
1838
1839 <listitem>
1840 <para>Hibernate and suspend the system. This will trigger
1841 activation of the special
1842 <filename>hybrid-sleep.target</filename> target.</para>
1843 </listitem>
1844 </varlistentry>
27722f96
LN
1845 </variablelist>
1846 </refsect2>
4a6022f0 1847
a7c0e5d7
LP
1848 <refsect2>
1849 <title>Parameter Syntax</title>
1850
da25e029 1851 <para>Unit commands listed above take either a single unit name (designated as <replaceable>NAME</replaceable>),
1eecafb8 1852 or multiple unit specifications (designated as <replaceable>PATTERN</replaceable>…). In the first case, the
da25e029
ZJS
1853 unit name with or without a suffix must be given. If the suffix is not specified (unit name is "abbreviated"),
1854 systemctl will append a suitable suffix, <literal>.service</literal> by default, and a type-specific suffix in
1855 case of commands which operate only on specific unit types. For example,
e3e0314b
ZJS
1856 <programlisting># systemctl start sshd</programlisting> and
1857 <programlisting># systemctl start sshd.service</programlisting>
1858 are equivalent, as are
507e28d8 1859 <programlisting># systemctl isolate default</programlisting>
e3e0314b 1860 and
507e28d8 1861 <programlisting># systemctl isolate default.target</programlisting>
da25e029
ZJS
1862 Note that (absolute) paths to device nodes are automatically converted to device unit names, and other (absolute)
1863 paths to mount unit names.
e3e0314b
ZJS
1864 <programlisting># systemctl status /dev/sda
1865# systemctl status /home</programlisting>
1866 are equivalent to:
1867 <programlisting># systemctl status dev-sda.device
1868# systemctl status home.mount</programlisting>
2cdbbc9a 1869 In the second case, shell-style globs will be matched against the primary names of all units currently in memory;
1f00eded
LP
1870 literal unit names, with or without a suffix, will be treated as in the first case. This means that literal unit
1871 names always refer to exactly one unit, but globs may match zero units and this is not considered an
1872 error.</para>
e3e0314b
ZJS
1873
1874 <para>Glob patterns use
decde8cd 1875 <citerefentry project='man-pages'><refentrytitle>fnmatch</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
e3e0314b
ZJS
1876 so normal shell-style globbing rules are used, and
1877 <literal>*</literal>, <literal>?</literal>,
1878 <literal>[]</literal> may be used. See
decde8cd 1879 <citerefentry project='man-pages'><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>
1f00eded 1880 for more details. The patterns are matched against the primary names of
2cdbbc9a 1881 units currently in memory, and patterns which do not match anything
e3e0314b
ZJS
1882 are silently skipped. For example:
1883 <programlisting># systemctl stop sshd@*.service</programlisting>
1f00eded 1884 will stop all <filename>sshd@.service</filename> instances. Note that alias names of units, and units that aren't
2cdbbc9a 1885 in memory are not considered for glob expansion.
e3e0314b
ZJS
1886 </para>
1887
1534e170
LP
1888 <para>For unit file commands, the specified <replaceable>NAME</replaceable> should be the name of the unit file
1889 (possibly abbreviated, see above), or the absolute path to the unit file:
e3e0314b
ZJS
1890 <programlisting># systemctl enable foo.service</programlisting>
1891 or
1892 <programlisting># systemctl link /path/to/foo.service</programlisting>
1893 </para>
a7c0e5d7
LP
1894 </refsect2>
1895
4a6022f0
ZJS
1896 </refsect1>
1897
1898 <refsect1>
1899 <title>Exit status</title>
1900
7b870f60 1901 <para>On success, 0 is returned, a non-zero failure
4a6022f0
ZJS
1902 code otherwise.</para>
1903 </refsect1>
1904
7d4fb3b1
RC
1905 <refsect1>
1906 <title>Environment</title>
1907
1908 <variablelist class='environment-variables'>
1909 <varlistentry>
1910 <term><varname>$SYSTEMD_EDITOR</varname></term>
1911
1912 <listitem><para>Editor to use when editing units; overrides
1913 <varname>$EDITOR</varname> and <varname>$VISUAL</varname>. If neither
1914 <varname>$SYSTEMD_EDITOR</varname> nor <varname>$EDITOR</varname> nor
1915 <varname>$VISUAL</varname> are present or if it is set to an empty
1916 string or if their execution failed, systemctl will try to execute well
1917 known editors in this order:
9391a1c3 1918 <citerefentry project='die-net'><refentrytitle>editor</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
3ba3a79d
ZJS
1919 <citerefentry project='die-net'><refentrytitle>nano</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1920 <citerefentry project='die-net'><refentrytitle>vim</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1921 <citerefentry project='die-net'><refentrytitle>vi</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
7d4fb3b1
RC
1922 </para></listitem>
1923 </varlistentry>
1924 </variablelist>
1925 <xi:include href="less-variables.xml" xpointer="pager"/>
1926 <xi:include href="less-variables.xml" xpointer="less"/>
6e16066e 1927 <xi:include href="less-variables.xml" xpointer="lesscharset"/>
7d4fb3b1 1928 </refsect1>
4a6022f0
ZJS
1929
1930 <refsect1>
1931 <title>See Also</title>
1932 <para>
1933 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
4a6022f0
ZJS
1934 <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1935 <citerefentry><refentrytitle>loginctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
a03fe1a5 1936 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
4a6022f0 1937 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
ee41f602 1938 <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
4a6022f0 1939 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
5aded369 1940 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
7d4fb3b1 1941 <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
432d5965 1942 <citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
decde8cd 1943 <citerefentry project='man-pages'><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>
4a6022f0
ZJS
1944 </para>
1945 </refsect1>
7874bcd6
LP
1946
1947</refentry>