chiark / gitweb /
man: udev - add section about hwdb
[elogind.git] / man / systemctl.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 This file is part of systemd.
7
8 Copyright 2010 Lennart Poettering
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22 -->
23
24 <refentry id="systemctl">
25
26   <refentryinfo>
27     <title>systemctl</title>
28     <productname>systemd</productname>
29
30     <authorgroup>
31       <author>
32         <contrib>Developer</contrib>
33         <firstname>Lennart</firstname>
34         <surname>Poettering</surname>
35         <email>lennart@poettering.net</email>
36       </author>
37     </authorgroup>
38   </refentryinfo>
39
40   <refmeta>
41     <refentrytitle>systemctl</refentrytitle>
42     <manvolnum>1</manvolnum>
43   </refmeta>
44
45   <refnamediv>
46     <refname>systemctl</refname>
47     <refpurpose>Control the systemd system and service manager</refpurpose>
48   </refnamediv>
49
50   <refsynopsisdiv>
51     <cmdsynopsis>
52       <command>systemctl</command>
53       <arg choice="opt" rep="repeat">OPTIONS</arg>
54       <arg choice="plain">COMMAND</arg>
55       <arg choice="opt" rep="repeat">NAME</arg>
56     </cmdsynopsis>
57   </refsynopsisdiv>
58
59   <refsect1>
60     <title>Description</title>
61
62     <para><command>systemctl</command> may be used to
63     introspect and control the state of the
64     <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
65     system and service manager.</para>
66   </refsect1>
67
68   <refsect1>
69     <title>Options</title>
70
71     <para>The following options are understood:</para>
72
73     <variablelist>
74       <varlistentry>
75         <term><option>-h</option></term>
76         <term><option>--help</option></term>
77
78         <listitem><para>Prints a short help
79         text and exits.</para></listitem>
80       </varlistentry>
81
82       <varlistentry>
83         <term><option>--version</option></term>
84
85         <listitem>
86           <para>Prints a short version string and exits.</para>
87         </listitem>
88       </varlistentry>
89
90       <varlistentry>
91         <term><option>-t</option></term>
92         <term><option>--type=</option></term>
93
94         <listitem>
95           <para>The argument should be a comma-separated list of unit
96           types such as <option>service</option> and
97           <option>socket</option>.
98           </para>
99
100           <para>If one of the arguments is a unit type, when listing
101           units, limit display to certain unit types. Otherwise, units
102           of all types will be shown.</para>
103
104           <para>As a special case, if one of the arguments is
105           <option>help</option>, a list of allowed values will be
106           printed and the program will exit.</para>
107         </listitem>
108       </varlistentry>
109
110       <varlistentry>
111         <term><option>--state=</option></term>
112
113         <listitem>
114         <para>Argument should be a comma-separated list of unit LOAD
115         or SUB or ACTIVE states. When listing units show only those
116         with specified LOAD or SUB or ACTIVE state.</para>
117         </listitem>
118       </varlistentry>
119
120       <varlistentry>
121         <term><option>-p</option></term>
122         <term><option>--property=</option></term>
123
124         <listitem>
125           <para>When showing unit/job/manager properties with the
126           <command>show</command> command, limit display to certain
127           properties as specified as argument. If not specified, all
128           set properties are shown. The argument should be a
129           comma-separated list of property names, such as
130           <literal>MainPID</literal>. If specified more than once, all
131           properties with the specified names are shown.</para>
132         </listitem>
133       </varlistentry>
134
135       <varlistentry>
136         <term><option>-a</option></term>
137         <term><option>--all</option></term>
138
139         <listitem>
140           <para>When listing units, show all loaded units, regardless
141           of their state, including inactive units. When showing
142           unit/job/manager properties, show all properties regardless
143           whether they are set or not.</para>
144           <para>To list all units installed on the system, use the
145           <command>list-unit-files</command> command instead.</para>
146         </listitem>
147       </varlistentry>
148
149       <varlistentry>
150         <term><option>--reverse</option></term>
151
152         <listitem>
153           <para>Show reverse dependencies between units with
154           <command>list-dependencies</command>, i.e. units with
155           dependencies of type <varname>Wants=</varname> or
156           <varname>Requires=</varname> on the given unit.
157           </para>
158         </listitem>
159       </varlistentry>
160
161       <varlistentry>
162         <term><option>--after</option></term>
163         <term><option>--before</option></term>
164
165         <listitem>
166           <para>Show which units are started after or before
167           with <command>list-dependencies</command>, respectively.
168           </para>
169         </listitem>
170       </varlistentry>
171
172       <varlistentry>
173         <term><option>-l</option></term>
174         <term><option>--full</option></term>
175
176         <listitem>
177           <para>Do not ellipsize unit names, cgroup members, and
178           truncate unit descriptions in the output of
179           <command>list-units</command> and
180           <command>list-jobs</command>.</para>
181         </listitem>
182       </varlistentry>
183
184       <varlistentry>
185         <term><option>--fail</option></term>
186
187         <listitem>
188           <para>If the requested operation conflicts with a pending
189           unfinished job, fail the command. If this is not specified,
190           the requested operation will replace the pending job, if
191           necessary. Do not confuse with
192           <option>--failed</option>.</para>
193         </listitem>
194       </varlistentry>
195
196       <varlistentry>
197         <term><option>--show-types</option></term>
198
199         <listitem>
200           <para>When showing sockets, show the type of the socket.</para>
201         </listitem>
202       </varlistentry>
203
204       <varlistentry>
205         <term><option>--irreversible</option></term>
206
207         <listitem>
208           <para>Mark this transaction's jobs as irreversible. This prevents
209           future conflicting transactions from replacing these jobs.
210           The jobs can still be cancelled using the <command>cancel</command>
211           command.</para>
212         </listitem>
213       </varlistentry>
214
215       <varlistentry>
216         <term><option>--ignore-dependencies</option></term>
217
218         <listitem>
219           <para>When enqueuing a new job, ignore all its dependencies
220           and execute it immediately. If passed, no required units of
221           the unit passed will be pulled in, and no ordering
222           dependencies will be honored. This is mostly a debugging and
223           rescue tool for the administrator and should not be used by
224           applications.</para>
225         </listitem>
226       </varlistentry>
227
228       <varlistentry>
229         <term><option>-i</option></term>
230         <term><option>--ignore-inhibitors</option></term>
231
232         <listitem>
233           <para>When system shutdown or a sleep state is requested,
234           ignore inhibitor locks. Applications can establish inhibitor
235           locks to avoid that certain important operations (such as CD
236           burning or suchlike) are interrupted by system shutdown or a
237           sleep state. Any user may take these locks and privileged
238           users may override these locks. If any locks are taken,
239           shutdown and sleep state requests will normally fail
240           (regardless if privileged or not) and a list of active locks
241           is printed. However, if <option>--ignore-inhibitors</option>
242           is specified, the locks are ignored and not printed, and the
243           operation attempted anyway, possibly requiring additional
244           privileges.</para>
245         </listitem>
246       </varlistentry>
247
248       <varlistentry>
249         <term><option>-q</option></term>
250         <term><option>--quiet</option></term>
251
252         <listitem>
253           <para>Suppress output to standard output in
254           <command>snapshot</command>,
255           <command>is-active</command>,
256           <command>is-failed</command>,
257           <command>enable</command> and
258         <command>disable</command>.</para>
259         </listitem>
260       </varlistentry>
261
262       <varlistentry>
263         <term><option>--no-block</option></term>
264
265         <listitem>
266           <para>Do not synchronously wait for the requested operation
267           to finish. If this is not specified, the job will be
268           verified, enqueued and <command>systemctl</command> will
269           wait until it is completed. By passing this argument, it is
270           only verified and enqueued.</para>
271         </listitem>
272       </varlistentry>
273
274       <varlistentry>
275         <term><option>--no-legend</option></term>
276
277         <listitem>
278           <para>Do not print a legend, i.e.  the column headers and
279           the footer with hints.</para>
280         </listitem>
281       </varlistentry>
282
283       <varlistentry>
284         <term><option>--no-pager</option></term>
285
286         <listitem>
287           <para>Do not pipe output into a pager.</para>
288         </listitem>
289       </varlistentry>
290
291       <varlistentry>
292         <term><option>--system</option></term>
293
294         <listitem>
295           <para>Talk to the systemd system manager. (Default)</para>
296         </listitem>
297       </varlistentry>
298
299       <varlistentry>
300         <term><option>--user</option></term>
301
302         <listitem>
303           <para>Talk to the systemd manager of the calling
304           user.</para>
305         </listitem>
306       </varlistentry>
307
308       <varlistentry>
309         <term><option>--no-wall</option></term>
310
311         <listitem>
312           <para>Do not send wall message before halt, power-off,
313           reboot.</para>
314         </listitem>
315       </varlistentry>
316
317       <varlistentry>
318         <term><option>--global</option></term>
319
320         <listitem>
321           <para>When used with <command>enable</command> and
322           <command>disable</command>, operate on the global user
323           configuration directory, thus enabling or disabling a unit
324           file globally for all future logins of all users.</para>
325         </listitem>
326       </varlistentry>
327
328       <varlistentry>
329         <term><option>--no-reload</option></term>
330
331         <listitem>
332           <para>When used with <command>enable</command> and
333           <command>disable</command>, do not implicitly reload daemon
334           configuration after executing the changes.</para>
335         </listitem>
336       </varlistentry>
337
338       <varlistentry>
339         <term><option>--no-ask-password</option></term>
340
341         <listitem>
342           <para>When used with <command>start</command> and related
343           commands, disables asking for passwords. Background services
344           may require input of a password or passphrase string, for
345           example to unlock system hard disks or cryptographic
346           certificates. Unless this option is specified and the
347           command is invoked from a terminal,
348           <command>systemctl</command> will query the user on the
349           terminal for the necessary secrets. Use this option to
350           switch this behavior off. In this case, the password must be
351           supplied by some other means (for example graphical password
352           agents) or the service might fail. This also disables
353           querying the user for authentication for privileged
354           operations.</para>
355         </listitem>
356
357       </varlistentry>
358
359       <varlistentry>
360         <term><option>--kill-who=</option></term>
361
362         <listitem>
363           <para>When used with <command>kill</command>, choose which
364           processes to kill. Must be one of <option>main</option>,
365           <option>control</option> or <option>all</option> to select
366           whether to kill only the main process of the unit, the
367           control process or all processes of the unit. If omitted,
368           defaults to <option>all</option>.</para>
369         </listitem>
370
371       </varlistentry>
372
373       <varlistentry>
374         <term><option>-s</option></term>
375         <term><option>--signal=</option></term>
376
377         <listitem>
378           <para>When used with <command>kill</command>, choose which
379           signal to send to selected processes. Must be one of the
380           well known signal specifiers such as <constant>SIGTERM</constant>, <constant>SIGINT</constant> or
381           <constant>SIGSTOP</constant>. If omitted, defaults to
382           <option>SIGTERM</option>.</para>
383         </listitem>
384       </varlistentry>
385
386       <varlistentry>
387         <term><option>-f</option></term>
388         <term><option>--force</option></term>
389
390         <listitem>
391           <para>When used with <command>enable</command>, overwrite
392           any existing conflicting symlinks.</para>
393
394           <para>When used with <command>halt</command>,
395           <command>poweroff</command>, <command>reboot</command> or
396           <command>kexec</command>, execute the selected operation
397           without shutting down all units. However, all processes will
398           be killed forcibly and all file systems are unmounted or
399           remounted read-only. This is hence a drastic but relatively
400           safe option to request an immediate reboot. If
401           <option>--force</option> is specified twice for these
402           operations, they will be executed immediately without
403           terminating any processes or umounting any file
404           systems. Warning: specifying <option>--force</option> twice
405           with any of these operations might result in data
406           loss.</para>
407         </listitem>
408       </varlistentry>
409
410       <varlistentry>
411         <term><option>--root=</option></term>
412
413         <listitem>
414           <para>When used with
415           <command>enable</command>/<command>disable</command>/<command>is-enabled</command>
416           (and related commands), use alternative root path when
417           looking for unit files.</para>
418         </listitem>
419
420       </varlistentry>
421
422       <varlistentry>
423         <term><option>--runtime</option></term>
424
425         <listitem>
426           <para>When used with <command>enable</command>,
427           <command>disable</command>, <command>is-enabled</command>
428           (and related commands), make changes only temporarily, so
429           that they are lost on the next reboot. This will have the
430           effect that changes are not made in subdirectories of
431           <filename>/etc</filename> but in <filename>/run</filename>,
432           with identical immediate effects, however, since the latter
433           is lost on reboot, the changes are lost too.</para>
434
435           <para>Similar, when used with
436           <command>set-property</command> make changes only
437           temporarily, so that they are lost on the next
438           reboot.</para>
439         </listitem>
440       </varlistentry>
441
442       <varlistentry>
443         <term><option>-H</option></term>
444         <term><option>--host</option></term>
445
446         <listitem>
447           <para>Execute operation remotely. Specify a hostname, or
448           username and hostname separated by <literal>@</literal>, to connect to. This
449           will use SSH to talk to the remote systemd
450           instance.</para>
451         </listitem>
452       </varlistentry>
453
454       <varlistentry>
455         <term><option>-P</option></term>
456         <term><option>--privileged</option></term>
457
458         <listitem>
459           <para>Acquire privileges via PolicyKit before executing the
460           operation.</para>
461         </listitem>
462       </varlistentry>
463
464       <varlistentry>
465         <term><option>-n</option></term>
466         <term><option>--lines=</option></term>
467
468         <listitem>
469           <para>When used with <command>status</command>, controls the
470           number of journal lines to show, counting from the most
471           recent ones. Takes a positive integer argument. Defaults to
472           10.</para>
473         </listitem>
474       </varlistentry>
475
476       <varlistentry>
477         <term><option>-o</option></term>
478         <term><option>--output=</option></term>
479
480         <listitem>
481           <para>When used with <command>status</command>, controls the
482           formatting of the journal entries that are shown. For the
483           available choices, see
484           <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
485           Defaults to <literal>short</literal>.</para>
486         </listitem>
487       </varlistentry>
488
489       <varlistentry>
490         <term><option>--plain</option></term>
491
492         <listitem>
493           <para>When used with <command>list-dependencies</command>,
494           the output is printed as a list instead of a tree.</para>
495         </listitem>
496       </varlistentry>
497
498     </variablelist>
499   </refsect1>
500
501   <refsect1>
502     <title>Commands</title>
503
504     <para>The following commands are understood:</para>
505
506     <variablelist>
507       <varlistentry>
508         <term><command>list-units</command></term>
509
510         <listitem>
511           <para>List known units (subject to limitations specified
512           with <option>-t</option>).</para>
513
514           <para>This is the default command.</para>
515         </listitem>
516       </varlistentry>
517
518       <varlistentry>
519         <term><command>list-sockets</command></term>
520
521         <listitem>
522           <para>List socket units ordered by the listening address. Produces output
523           similar to
524           <programlisting>
525 LISTEN           UNIT                        ACTIVATES
526 /dev/initctl     systemd-initctl.socket      systemd-initctl.service
527 ...
528 [::]:22          sshd.socket                 sshd.service
529 kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
530
531 5 sockets listed.
532           </programlisting>
533           Note: because the addresses might contains spaces, this output
534           is not suitable for programmatic consumption.
535           </para>
536
537           <para>See also the options <option>--show-types</option>,
538           <option>--all</option>, and <option>--failed</option>.</para>
539         </listitem>
540       </varlistentry>
541
542        <varlistentry>
543          <term><command>set-log-level <replaceable>LEVEL</replaceable></command></term>
544
545          <listitem>
546            <para>Change current log level of the
547            <command>systemd</command> daemon to
548            <replaceable>LEVEL</replaceable> (accepts the same values
549            as <option>--log-level=</option> described in
550            <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>).
551            </para>
552          </listitem>
553       </varlistentry>
554
555       <varlistentry>
556         <term><command>start <replaceable>NAME</replaceable>...</command></term>
557
558         <listitem>
559           <para>Start (activate) one or more units specified on the
560           command line.</para>
561         </listitem>
562       </varlistentry>
563       <varlistentry>
564         <term><command>stop <replaceable>NAME</replaceable>...</command></term>
565
566         <listitem>
567           <para>Stop (deactivate) one or more units specified on the
568           command line.</para>
569         </listitem>
570       </varlistentry>
571       <varlistentry>
572         <term><command>reload <replaceable>NAME</replaceable>...</command></term>
573
574         <listitem>
575           <para>Asks all units listed on the command line to reload
576           their configuration. Note that this will reload the
577           service-specific configuration, not the unit configuration
578           file of systemd. If you want systemd to reload the
579           configuration file of a unit use the
580           <command>daemon-reload</command> command. In other words:
581           for the example case of Apache, this will reload Apache's
582           <filename>httpd.conf</filename> in the web server, not the
583           <filename>apache.service</filename> systemd unit
584           file.</para>
585
586           <para>This command should not be confused with the
587           <command>daemon-reload</command> or <command>load</command>
588           commands.</para>
589         </listitem>
590
591       </varlistentry>
592       <varlistentry>
593         <term><command>restart <replaceable>NAME</replaceable>...</command></term>
594
595         <listitem>
596           <para>Restart one or more units specified on the command
597           line. If the units are not running yet, they will be
598           started.</para>
599         </listitem>
600       </varlistentry>
601       <varlistentry>
602         <term><command>try-restart <replaceable>NAME</replaceable>...</command></term>
603
604         <listitem>
605           <para>Restart one or more units specified on the command
606           line if the units are running. This does nothing if units are not
607           running.  Note that, for compatibility with Red Hat init
608           scripts, <command>condrestart</command> is equivalent to this
609           command.</para>
610         </listitem>
611       </varlistentry>
612       <varlistentry>
613         <term><command>reload-or-restart <replaceable>NAME</replaceable>...</command></term>
614
615         <listitem>
616           <para>Reload one or more units if they support it. If not,
617           restart them instead. If the units are not running yet, they
618           will be started.</para>
619         </listitem>
620       </varlistentry>
621       <varlistentry>
622         <term><command>reload-or-try-restart <replaceable>NAME</replaceable>...</command></term>
623
624         <listitem>
625           <para>Reload one or more units if they support it. If not,
626           restart them instead. This does nothing if the units are not
627           running. Note that, for compatibility with SysV init scripts,
628           <command>force-reload</command> is equivalent to this
629           command.</para>
630         </listitem>
631       </varlistentry>
632       <varlistentry>
633         <term><command>isolate <replaceable>NAME</replaceable></command></term>
634
635         <listitem>
636           <para>Start the unit specified on the command line and its
637           dependencies and stop all others.</para>
638
639           <para>This is similar to changing the runlevel in a
640           traditional init system. The <command>isolate</command>
641           command will immediately stop processes that are not enabled
642           in the new unit, possibly including the graphical
643           environment or terminal you are currently using.</para>
644
645           <para>Note that this is allowed only on units where
646           <option>AllowIsolate=</option> is enabled. See
647           <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
648           for details.</para>
649         </listitem>
650       </varlistentry>
651       <varlistentry>
652         <term><command>kill <replaceable>NAME</replaceable>...</command></term>
653
654         <listitem>
655           <para>Send a signal to one or more processes of the
656           unit. Use <option>--kill-who=</option> to select which
657           process to kill. Use <option>--kill-mode=</option> to select
658           the kill mode and <option>--signal=</option> to select the
659           signal to send.</para>
660         </listitem>
661       </varlistentry>
662       <varlistentry>
663         <term><command>is-active <replaceable>NAME</replaceable>...</command></term>
664
665         <listitem>
666           <para>Check whether any of the specified units are active
667           (i.e. running). Returns an exit code 0 if at least one is
668           active, non-zero otherwise. Unless <option>--quiet</option>
669           is specified, this will also print the current unit state to
670           STDOUT.</para>
671         </listitem>
672       </varlistentry>
673       <varlistentry>
674         <term><command>is-failed <replaceable>NAME</replaceable>...</command></term>
675
676         <listitem>
677           <para>Check whether any of the specified units are in a "failed" state.
678           Returns an exit code 0 if at least one has failed, non-zero
679           otherwise. Unless <option>--quiet</option> is specified, this
680           will also print the current unit state to
681           STDOUT.</para>
682         </listitem>
683       </varlistentry>
684       <varlistentry>
685         <term><command>status [<replaceable>NAME</replaceable>...|<replaceable>PID</replaceable>...]</command></term>
686
687         <listitem>
688           <para>Show terse runtime status information about one or
689           more units, followed by most recent log data from the
690           journal. If no units are specified, show all units (subject
691           to limitations specified with <option>-t</option>). If a PID
692           is passed, show information about the unit the process
693           belongs to.</para>
694
695           <para>This function is intended to generate human-readable
696           output. If you are looking for computer-parsable output, use
697           <command>show</command> instead.</para>
698         </listitem>
699       </varlistentry>
700       <varlistentry>
701         <term><command>show [<replaceable>NAME</replaceable>...|<replaceable>JOB</replaceable>...]</command></term>
702
703         <listitem>
704           <para>Show properties of one or more units, jobs, or the
705           manager itself. If no argument is specified properties of
706           the manager will be shown. If a unit name is specified
707           properties of the unit is shown, and if a job id is
708           specified properties of the job is shown. By default, empty
709           properties are suppressed. Use <option>--all</option> to
710           show those too. To select specific properties to show use
711           <option>--property=</option>. This command is intended to be
712           used whenever computer-parsable output is required. Use
713           <command>status</command> if you are looking for formatted
714           human-readable output.</para>
715         </listitem>
716       </varlistentry>
717
718       <varlistentry>
719         <term><command>set-property <replaceable>NAME</replaceable> <replaceable>ASSIGNMENT</replaceable>...</command></term>
720
721         <listitem>
722           <para>Set the specified unit properties at runtime where
723           this is supported. This allows changing configuration
724           parameter properties such as resource management controls at
725           runtime. Not all properties may be changed at runtime, but
726           many resource management settings (primarily those in
727           <citerefentry><refentrytitle>systemd.cgroup</refentrytitle><manvolnum>5</manvolnum></citerefentry>)
728           may. The changes are applied instantly, and stored on disk
729           for future boots, unless <option>--runtime</option> is
730           passed in which case the settings only apply until the next
731           reboot. The syntax of the property assignment follows
732           closely the syntax of assignments in unit files.</para>
733
734           <para>Example: <command>systemctl set-property foobar.service CPUShares=777</command></para>
735
736           <para>Note that this command allows changing multiple
737           properties at the same time, which is preferable over
738           setting them individually. Like unit file configuration
739           settings assigning the empty list to list parameters will
740           reset the list.</para>
741         </listitem>
742       </varlistentry>
743
744       <varlistentry>
745         <term><command>help <replaceable>NAME</replaceable>...|<replaceable>PID</replaceable>...</command></term>
746
747         <listitem>
748           <para>Show manual pages for one or more units, if
749           available. If a PID is given, the manual pages for the unit
750           the process belongs to are shown.</para>
751         </listitem>
752       </varlistentry>
753
754       <varlistentry>
755         <term><command>reset-failed [<replaceable>NAME</replaceable>...]</command></term>
756
757         <listitem>
758           <para>Reset the <literal>failed</literal> state of the
759           specified units, or if no unit name is passed, reset the state of all
760           units. When a unit fails in some way (i.e. process exiting
761           with non-zero error code, terminating abnormally or timing
762           out), it will automatically enter the
763           <literal>failed</literal> state and its exit code and status
764           is recorded for introspection by the administrator until the
765           service is restarted or reset with this command.</para>
766         </listitem>
767       </varlistentry>
768
769       <varlistentry>
770         <term><command>list-unit-files</command></term>
771
772         <listitem>
773           <para>List installed unit files.</para>
774         </listitem>
775       </varlistentry>
776
777       <varlistentry>
778         <term><command>enable <replaceable>NAME</replaceable>...</command></term>
779
780         <listitem>
781           <para>Enable one or more unit files or unit file instances,
782           as specified on the command line. This will create a number
783           of symlinks as encoded in the <literal>[Install]</literal>
784           sections of the unit files. After the symlinks have been
785           created, the systemd configuration is reloaded (in a way that
786           is equivalent to <command>daemon-reload</command>) to ensure
787           the changes are taken into account immediately. Note that
788           this does <emphasis>not</emphasis> have the effect of also
789           starting any of the units being enabled. If this
790           is desired, a separate <command>start</command> command must
791           be invoked for the unit. Also note that in case of instance
792           enablement, symlinks named the same as instances are created in
793           the install location, however they all point to the same
794           template unit file.</para>
795
796           <para>This command will print the actions executed. This
797           output may be suppressed by passing <option>--quiet</option>.
798           </para>
799
800           <para>Note that this operation creates only the suggested
801           symlinks for the units. While this command is the
802           recommended way to manipulate the unit configuration
803           directory, the administrator is free to make additional
804           changes manually by placing or removing symlinks in the
805           directory. This is particularly useful to create
806           configurations that deviate from the suggested default
807           installation. In this case, the administrator must make sure
808           to invoke <command>daemon-reload</command> manually as
809           necessary to ensure the changes are taken into account.
810           </para>
811
812           <para>Enabling units should not be confused with starting
813           (activating) units, as done by the <command>start</command>
814           command. Enabling and starting units is orthogonal: units
815           may be enabled without being started and started without
816           being enabled. Enabling simply hooks the unit into various
817           suggested places (for example, so that the unit is
818           automatically started on boot or when a particular kind of
819           hardware is plugged in). Starting actually spawns the daemon
820           process (in case of service units), or binds the socket (in
821           case of socket units), and so on.</para>
822
823           <para>Depending on whether <option>--system</option>,
824           <option>--user</option> or <option>--global</option> is
825           specified, this enables the unit for the system, for the
826           calling user only or for all future logins of all
827           users. Note that in the last case, no systemd daemon
828           configuration is reloaded.</para>
829         </listitem>
830       </varlistentry>
831
832       <varlistentry>
833         <term><command>disable <replaceable>NAME</replaceable>...</command></term>
834
835         <listitem>
836           <para>Disables one or more units. This removes all symlinks
837           to the specified unit files from the unit configuration
838           directory, and hence undoes the changes made by
839           <command>enable</command>. Note however that this removes
840           all symlinks to the unit files (i.e. including manual
841           additions), not just those actually created by
842           <command>enable</command>. This call implicitly reloads the
843           systemd daemon configuration after completing the disabling
844           of the units. Note that this command does not implicitly
845           stop the units that are being disabled. If this is desired,
846           an additional <command>stop</command> command should be
847           executed afterwards.</para>
848
849           <para>This command will print the actions executed. This
850           output may be suppressed by passing <option>--quiet</option>.
851           </para>
852
853           <para>This command honors <option>--system</option>,
854           <option>--user</option>, <option>--global</option> in a
855           similar way as <command>enable</command>.</para>
856         </listitem>
857       </varlistentry>
858
859       <varlistentry>
860         <term><command>is-enabled <replaceable>NAME</replaceable>...</command></term>
861
862         <listitem>
863           <para>Checks whether any of the specified unit files are
864           enabled (as with <command>enable</command>). Returns an exit
865           code of 0 if at least one is enabled, non-zero
866           otherwise. Prints the current enable status. To suppress
867           this output, use <option>--quiet</option>.</para>
868         </listitem>
869       </varlistentry>
870
871       <varlistentry>
872         <term><command>reenable <replaceable>NAME</replaceable>...</command></term>
873
874         <listitem>
875           <para>Reenable one or more unit files, as specified on the
876           command line. This is a combination of
877           <command>disable</command> and <command>enable</command> and
878           is useful to reset the symlinks a unit is enabled with to
879           the defaults configured in the <literal>[Install]</literal>
880           section of the unit file.</para>
881         </listitem>
882       </varlistentry>
883
884       <varlistentry>
885         <term><command>preset <replaceable>NAME</replaceable>...</command></term>
886
887         <listitem>
888           <para>Reset one or more unit files, as specified on the
889           command line, to the defaults configured in the preset
890           policy files. This has the same effect as
891           <command>disable</command> or <command>enable</command>,
892           depending how the unit is listed in the preset files. For
893           more information on the preset policy format, see
894           <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
895           For more information on the concept of presets, please
896           consult the
897           <ulink url="http://freedesktop.org/wiki/Software/systemd/Preset">Preset</ulink>
898           document.</para>
899         </listitem>
900       </varlistentry>
901
902       <varlistentry>
903         <term><command>mask <replaceable>NAME</replaceable>...</command></term>
904
905         <listitem>
906           <para>Mask one or more unit files, as specified on the
907           command line. This will link these units to
908           <filename>/dev/null</filename>, making it impossible to
909           start them. This is a stronger version of
910           <command>disable</command>, since it prohibits all kinds of
911           activation of the unit, including manual activation. Use
912           this option with care.</para>
913         </listitem>
914       </varlistentry>
915
916       <varlistentry>
917         <term><command>unmask <replaceable>NAME</replaceable>...</command></term>
918
919         <listitem>
920           <para>Unmask one or more unit files, as specified on the
921           command line. This will undo the effect of
922           <command>mask</command>.</para>
923         </listitem>
924       </varlistentry>
925
926       <varlistentry>
927         <term><command>link <replaceable>FILENAME</replaceable>...</command></term>
928
929         <listitem>
930           <para>Link a unit file that is not in the unit file search
931           paths into the unit file search path. This requires an
932           absolute path to a unit file. The effect of this can be
933           undone with <command>disable</command>. The effect of this
934           command is that a unit file is available for
935           <command>start</command> and other commands although it
936           is not installed directly in the unit search path.</para>
937         </listitem>
938       </varlistentry>
939
940       <varlistentry>
941         <term><command>get-default</command></term>
942
943         <listitem>
944           <para>Get the default target specified
945           via <filename>default.target</filename> link.</para>
946         </listitem>
947       </varlistentry>
948
949       <varlistentry>
950         <term><command>set-default <replaceable>NAME</replaceable></command></term>
951
952         <listitem>
953           <para>Set the default target to boot into. Command links
954           <filename>default.target</filename> to the given unit.</para>
955         </listitem>
956       </varlistentry>
957
958       <varlistentry>
959         <term><command>load <replaceable>NAME</replaceable>...</command></term>
960
961         <listitem>
962           <para>Load one or more units specified on the command
963           line. This will simply load their configuration from disk,
964           but not start them. To start them, you need to use the
965           <command>start</command> command which will implicitly load
966           a unit that has not been loaded yet. Note that systemd
967           garbage collects loaded units that are not active or
968           referenced by an active unit. This means that units loaded
969           this way will usually not stay loaded for long. Also note
970           that this command cannot be used to reload unit
971           configuration. Use the <command>daemon-reload</command>
972           command for that. All in all, this command is of little use
973           except for debugging.</para>
974
975           <para>This command should not be confused with the
976           <command>daemon-reload</command> or
977           <command>reload</command>.</para>
978         </listitem>
979       </varlistentry>
980       <varlistentry>
981         <term><command>list-jobs</command></term>
982
983         <listitem>
984           <para>List jobs that are in progress.</para>
985         </listitem>
986       </varlistentry>
987       <varlistentry>
988         <term><command>cancel <replaceable>JOB</replaceable>...</command></term>
989
990         <listitem>
991           <para>Cancel one or more jobs specified on the command line
992           by their numeric job IDs. If no job ID is specified, cancel
993           all pending jobs.</para>
994         </listitem>
995       </varlistentry>
996       <varlistentry>
997         <term><command>dump</command></term>
998
999         <listitem>
1000           <para>Dump server status. This will output a (usually very
1001           long) human readable manager status dump. Its format is
1002           subject to change without notice and should not be parsed by
1003           applications.</para>
1004         </listitem>
1005       </varlistentry>
1006       <varlistentry>
1007         <term><command>list-dependencies <replaceable>NAME</replaceable></command></term>
1008
1009         <listitem>
1010           <para>Shows required and wanted units of the specified
1011           unit. If no unit is specified,
1012           <filename>default.target</filename> is implied. Target units
1013           are recursively expanded.  When <option>--all</option> is
1014           passed, all other units are recursively expanded as
1015           well.</para>
1016         </listitem>
1017       </varlistentry>
1018       <varlistentry>
1019         <term><command>snapshot [<replaceable>NAME</replaceable>]</command></term>
1020
1021         <listitem>
1022           <para>Create a snapshot. If a snapshot name is specified,
1023           the new snapshot will be named after it. If none is
1024           specified, an automatic snapshot name is generated. In either
1025           case, the snapshot name used is printed to STDOUT, unless
1026           <option>--quiet</option> is specified.</para>
1027
1028           <para>A snapshot refers to a saved state of the systemd
1029           manager. It is implemented itself as a unit that is
1030           generated dynamically with this command and has dependencies
1031           on all units active at the time. At a later time, the user
1032           may return to this state by using the
1033           <command>isolate</command> command on the snapshot unit.
1034           </para>
1035
1036           <para>Snapshots are only useful for saving and restoring
1037           which units are running or are stopped, they do not
1038           save/restore any other state. Snapshots are dynamic and lost
1039           on reboot.</para>
1040         </listitem>
1041       </varlistentry>
1042       <varlistentry>
1043         <term><command>delete <replaceable>NAME</replaceable>...</command></term>
1044
1045         <listitem>
1046           <para>Remove a snapshot previously created with
1047           <command>snapshot</command>.</para>
1048         </listitem>
1049       </varlistentry>
1050       <varlistentry>
1051         <term><command>daemon-reload</command></term>
1052
1053         <listitem>
1054           <para>Reload systemd manager configuration. This will reload
1055           all unit files and recreate the entire dependency
1056           tree. While the daemon is reloaded, all sockets systemd
1057           listens on on behalf of user configuration will stay
1058           accessible.</para> <para>This command should not be confused
1059           with the <command>load</command> or
1060           <command>reload</command> commands.</para>
1061         </listitem>
1062       </varlistentry>
1063       <varlistentry>
1064         <term><command>daemon-reexec</command></term>
1065
1066         <listitem>
1067           <para>Reexecute the systemd manager. This will serialize the
1068           manager state, reexecute the process and deserialize the
1069           state again. This command is of little use except for
1070           debugging and package upgrades. Sometimes it might be
1071           helpful as a heavy-weight <command>daemon-reload</command>.
1072           While the daemon is reexecuted, all sockets systemd listening
1073           on behalf of user configuration will stay accessible.
1074           </para>
1075         </listitem>
1076       </varlistentry>
1077       <varlistentry>
1078         <term><command>show-environment</command></term>
1079
1080         <listitem>
1081           <para>Dump the systemd manager environment block. The
1082           environment block will be dumped in straight-forward form
1083           suitable for sourcing into a shell script. This environment
1084           block will be passed to all processes the manager
1085           spawns.</para>
1086         </listitem>
1087       </varlistentry>
1088       <varlistentry>
1089         <term><command>set-environment <replaceable>VARIABLE=VALUE</replaceable>...</command></term>
1090
1091         <listitem>
1092           <para>Set one or more systemd manager environment variables,
1093           as specified on the command line.</para>
1094         </listitem>
1095       </varlistentry>
1096       <varlistentry>
1097         <term><command>unset-environment <replaceable>VARIABLE</replaceable>...</command></term>
1098
1099         <listitem>
1100           <para>Unset one or more systemd manager environment
1101           variables. If only a variable name is specified, it will be
1102           removed regardless of its value. If a variable and a value
1103           are specified, the variable is only removed if it has the
1104           specified value.</para>
1105         </listitem>
1106       </varlistentry>
1107       <varlistentry>
1108         <term><command>default</command></term>
1109
1110         <listitem>
1111           <para>Enter default mode. This is mostly equivalent to
1112           <command>isolate default.target</command>.</para>
1113         </listitem>
1114       </varlistentry>
1115       <varlistentry>
1116         <term><command>rescue</command></term>
1117
1118         <listitem>
1119           <para>Enter rescue mode. This is mostly equivalent to
1120           <command>isolate rescue.target</command>, but also prints a
1121           wall message to all users.</para>
1122         </listitem>
1123       </varlistentry>
1124       <varlistentry>
1125         <term><command>emergency</command></term>
1126
1127         <listitem>
1128           <para>Enter emergency mode. This is mostly equivalent to
1129           <command>isolate emergency.target</command>, but also prints
1130           a wall message to all users.</para>
1131         </listitem>
1132       </varlistentry>
1133       <varlistentry>
1134         <term><command>halt</command></term>
1135
1136         <listitem>
1137           <para>Shut down and halt the system. This is mostly equivalent to
1138           <command>start halt.target --irreversible</command>, but also
1139           prints a wall message to all users.  If combined with
1140           <option>--force</option>, shutdown of all running services is
1141           skipped, however all processes are killed and all file
1142           systems are unmounted or mounted read-only, immediately
1143           followed by the system halt.  If <option>--force</option> is
1144           specified twice, the operation is immediately executed
1145           without terminating any processes or unmounting any file
1146           systems. This may result in data loss.</para>
1147         </listitem>
1148       </varlistentry>
1149       <varlistentry>
1150         <term><command>poweroff</command></term>
1151
1152         <listitem>
1153           <para>Shut down and power-off the system. This is mostly
1154           equivalent to <command>start poweroff.target --irreversible</command>,
1155           but also prints a wall message to all users. If combined with
1156           <option>--force</option>, shutdown of all running services is
1157           skipped, however all processes are killed and all file
1158           systems are unmounted or mounted read-only, immediately
1159           followed by the powering off. If <option>--force</option> is
1160           specified twice, the operation is immediately executed
1161           without terminating any processes or unmounting any file
1162           systems. This may result in data loss.</para>
1163         </listitem>
1164       </varlistentry>
1165       <varlistentry>
1166         <term><command>reboot</command></term>
1167
1168         <listitem>
1169           <para>Shut down and reboot the system. This is mostly
1170           equivalent to <command>start reboot.target --irreversible</command>,
1171           but also prints a wall message to all users. If combined with
1172           <option>--force</option>, shutdown of all running services is
1173           skipped, however all processes are killed and all file
1174           systems are unmounted or mounted read-only, immediately
1175           followed by the reboot. If <option>--force</option> is
1176           specified twice, the operation is immediately executed
1177           without terminating any processes or unmounting any file
1178           systems. This may result in data loss.</para>
1179         </listitem>
1180       </varlistentry>
1181       <varlistentry>
1182         <term><command>kexec</command></term>
1183
1184         <listitem>
1185           <para>Shut down and reboot the system via kexec. This is
1186           mostly equivalent to <command>start kexec.target --irreversible</command>,
1187           but also prints a wall message to all users. If combined
1188           with <option>--force</option>, shutdown of all running
1189           services is skipped, however all processes are killed and
1190           all file systems are unmounted or mounted read-only,
1191           immediately followed by the reboot.</para>
1192         </listitem>
1193       </varlistentry>
1194       <varlistentry>
1195         <term><command>exit</command></term>
1196
1197         <listitem>
1198           <para>Ask the systemd manager to quit. This is only
1199           supported for user service managers (i.e. in conjunction
1200           with the <option>--user</option> option) and will fail
1201           otherwise.</para>
1202         </listitem>
1203
1204       </varlistentry>
1205       <varlistentry>
1206         <term><command>suspend</command></term>
1207
1208         <listitem>
1209           <para>Suspend the system. This will trigger activation of
1210           the special <filename>suspend.target</filename> target.
1211           </para>
1212         </listitem>
1213       </varlistentry>
1214       <varlistentry>
1215         <term><command>hibernate</command></term>
1216
1217         <listitem>
1218           <para>Hibernate the system. This will trigger activation of
1219           the special <filename>hibernate.target</filename> target.
1220           </para>
1221         </listitem>
1222       </varlistentry>
1223       <varlistentry>
1224         <term><command>hybrid-sleep</command></term>
1225
1226         <listitem>
1227           <para>Hibernate and suspend the system. This will trigger
1228           activation of the special
1229           <filename>hybrid-sleep.target</filename> target.</para>
1230         </listitem>
1231       </varlistentry>
1232       <varlistentry>
1233         <term><command>switch-root <replaceable>ROOT</replaceable> [<replaceable>INIT</replaceable>]</command></term>
1234
1235         <listitem>
1236           <para>Switches to a different root directory and executes a
1237           new system manager process below it. This is intended for
1238           usage in initial RAM disks ("initrd"), and will transition
1239           from the initrd's system manager process (a.k.a "init"
1240           process) to the main system manager process. This call takes two
1241           arguments: the directory that is to become the new root directory, and
1242           the path to the new system manager binary below it to
1243           execute as PID 1. If the latter is omitted or the empty
1244           string, a systemd binary will automatically be searched for
1245           and used as init. If the system manager path is omitted or
1246           equal to the empty string, the state of the initrd's system
1247           manager process is passed to the main system manager, which
1248           allows later introspection of the state of the services
1249           involved in the initrd boot.</para>
1250         </listitem>
1251       </varlistentry>
1252     </variablelist>
1253
1254   </refsect1>
1255
1256   <refsect1>
1257     <title>Exit status</title>
1258
1259     <para>On success, 0 is returned, a non-zero failure
1260     code otherwise.</para>
1261   </refsect1>
1262
1263   <refsect1>
1264     <title>Environment</title>
1265
1266     <variablelist class='environment-variables'>
1267       <varlistentry>
1268         <term><varname>$SYSTEMD_PAGER</varname></term>
1269
1270         <listitem>
1271           <para>Pager to use when <option>--no-pager</option> is not
1272           given; overrides <varname>$PAGER</varname>.  Setting this to
1273           an empty string or the value <literal>cat</literal> is
1274           equivalent to passing
1275           <option>--no-pager</option>.</para>
1276         </listitem>
1277       </varlistentry>
1278     </variablelist>
1279   </refsect1>
1280
1281   <refsect1>
1282     <title>See Also</title>
1283     <para>
1284       <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1285       <citerefentry><refentrytitle>systemadm</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1286       <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1287       <citerefentry><refentrytitle>loginctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1288       <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1289       <citerefentry><refentrytitle>systemd.cgroupq</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
1290       <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
1291       <citerefentry><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
1292       <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>
1293     </para>
1294   </refsect1>
1295
1296 </refentry>