Add systemd with tizen patches
[external/systemd.git] / man / systemctl.1
1 '\" t
2 .\"     Title: systemctl
3 .\"    Author: Lennart Poettering <lennart@poettering.net>
4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5 .\"      Date: 02/15/2012
6 .\"    Manual: systemctl
7 .\"    Source: systemd
8 .\"  Language: English
9 .\"
10 .TH "SYSTEMCTL" "1" "02/15/2012" "systemd" "systemctl"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 systemctl \- Control the systemd system and service manager
32 .SH "SYNOPSIS"
33 .HP \w'\fBsystemctl\ \fR\fB[OPTIONS...]\fR\fB\ \fR\fB{COMMAND}\fR\fB\ \fR\fB[NAME...]\fR\ 'u
34 \fBsystemctl \fR\fB[OPTIONS...]\fR\fB \fR\fB{COMMAND}\fR\fB \fR\fB[NAME...]\fR
35 .SH "DESCRIPTION"
36 .PP
37 \fBsystemctl\fR
38 may be used to introspect and control the state of the
39 \fBsystemd\fR(1)
40 system and service manager\&.
41 .SH "OPTIONS"
42 .PP
43 The following options are understood:
44 .PP
45 \fB\-\-help\fR, \fB\-h\fR
46 .RS 4
47 Prints a short help text and exits\&.
48 .RE
49 .PP
50 \fB\-\-version\fR
51 .RS 4
52 Prints a short version string and exits\&.
53 .RE
54 .PP
55 \fB\-\-type=\fR, \fB\-t\fR
56 .RS 4
57 When listing units, limit display to certain unit types\&. If not specified units of all types will be shown\&. The argument should be a unit type name such as
58 \fBservice\fR,
59 \fBsocket\fR
60 and similar\&.
61 .RE
62 .PP
63 \fB\-\-property=\fR, \fB\-p\fR
64 .RS 4
65 When showing unit/job/manager properties, limit display to certain properties as specified as argument\&. If not specified all set properties are shown\&. The argument should be a property name, such as
66 MainPID\&. If specified more than once all properties with the specified names are shown\&.
67 .RE
68 .PP
69 \fB\-\-all\fR, \fB\-a\fR
70 .RS 4
71 When listing units, show all units, regardless of their state, including inactive units\&. When showing unit/job/manager properties, show all properties regardless whether they are set or not\&.
72 .RE
73 .PP
74 \fB\-\-failed\fR
75 .RS 4
76 When listing units, show only failed units\&. Do not confuse with
77 \fB\-\-fail\fR\&.
78 .RE
79 .PP
80 \fB\-\-full\fR
81 .RS 4
82 Do not ellipsize unit names and truncate unit descriptions in the output of
83 \fBlist\-units\fR
84 and
85 \fBlist\-jobs\fR\&.
86 .RE
87 .PP
88 \fB\-\-fail\fR
89 .RS 4
90 If the requested operation conflicts with a pending unfinished job, fail the command\&. If this is not specified the requested operation will replace the pending job, if necessary\&. Do not confuse with
91 \fB\-\-failed\fR\&.
92 .RE
93 .PP
94 \fB\-\-ignore\-dependencies\fR
95 .RS 4
96 When enqueuing a new job ignore all its dependencies and execute it immediately\&. If passed no required units of the unit passed will be pulled in, and no ordering dependencies will be honoured\&. This is mostly a debugging and rescue tool for the administrator and should not be used by applications\&.
97 .RE
98 .PP
99 \fB\-\-quiet\fR, \fB\-q\fR
100 .RS 4
101 Suppress output to STDOUT in
102 \fBsnapshot\fR,
103 \fBis\-active\fR,
104 \fBenable\fR
105 and
106 \fBdisable\fR\&.
107 .RE
108 .PP
109 \fB\-\-no\-block\fR
110 .RS 4
111 Do not synchronously wait for the requested operation to finish\&. If this is not specified the job will be verified, enqueued and
112 \fBsystemctl\fR
113 will wait until it is completed\&. By passing this argument it is only verified and enqueued\&.
114 .RE
115 .PP
116 \fB\-\-no\-legend\fR
117 .RS 4
118 Do not print a legend, i\&.e\&. the column headers and the footer with hints\&.
119 .RE
120 .PP
121 \fB\-\-no\-pager\fR
122 .RS 4
123 Do not pipe output into a pager\&.
124 .RE
125 .PP
126 \fB\-\-system\fR
127 .RS 4
128 Talk to the systemd system manager\&. (Default)
129 .RE
130 .PP
131 \fB\-\-user\fR
132 .RS 4
133 Talk to the systemd manager of the calling user\&.
134 .RE
135 .PP
136 \fB\-\-order\fR, \fB\-\-require\fR
137 .RS 4
138 When used in conjunction with the
139 \fBdot\fR
140 command (see below), selects which dependencies are shown in the dependency graph\&. If
141 \fB\-\-order\fR
142 is passed only dependencies of type
143 \fIAfter=\fR
144 or
145 \fIBefore=\fR
146 are shown\&. If
147 \fB\-\-require\fR
148 is passed only dependencies of type
149 \fIRequires=\fR,
150 \fIRequiresOverridable=\fR,
151 \fIRequisite=\fR,
152 \fIRequisiteOverridable=\fR,
153 \fIWants=\fR
154 and
155 \fIConflicts=\fR
156 are shown\&. If neither is passed, shows dependencies of all these types\&.
157 .RE
158 .PP
159 \fB\-\-no\-wall\fR
160 .RS 4
161 Don\*(Aqt send wall message before halt, power\-off, reboot\&.
162 .RE
163 .PP
164 \fB\-\-global\fR
165 .RS 4
166 When used with
167 \fBenable\fR
168 and
169 \fBdisable\fR, operate on the global user configuration directory, thus enabling or disabling a unit file globally for all future logins of all users\&.
170 .RE
171 .PP
172 \fB\-\-no\-reload\fR
173 .RS 4
174 When used with
175 \fBenable\fR
176 and
177 \fBdisable\fR, do not implicitly reload daemon configuration after executing the changes\&.
178 .RE
179 .PP
180 \fB\-\-no\-ask\-password\fR
181 .RS 4
182 When used with
183 \fBstart\fR
184 and related commands, disables asking for passwords\&. Background services may require input of a password or passphrase string, for example to unlock system hard disks or cryptographic certificates\&. Unless this option is specified and the command is invoked from a terminal
185 \fBsystemctl\fR
186 will query the user on the terminal for the necessary secrets\&. Use this option to switch this behavior off\&. In this case the password must be supplied by some other means (for example graphical password agents) or the service might fail\&.
187 .RE
188 .PP
189 \fB\-\-kill\-who=\fR
190 .RS 4
191 When used with
192 \fBkill\fR, choose which processes to kill\&. Must be one of
193 \fBmain\fR,
194 \fBcontrol\fR
195 or
196 \fBall\fR
197 to select whether to kill only the main process of the unit, the control process or all processes of the unit\&. If omitted defaults to
198 \fBall\fR\&.
199 .RE
200 .PP
201 \fB\-\-signal=\fR, \fB\-s\fR
202 .RS 4
203 When used with
204 \fBkill\fR, choose which signal to send to selected processes\&. Must be one of the well known signal specifiers such as SIGTERM, SIGINT or SIGSTOP\&. If omitted defaults to
205 \fBSIGTERM\fR\&.
206 .RE
207 .PP
208 \fB\-\-force\fR, \fB\-f\fR
209 .RS 4
210 When used with
211 \fBenable\fR, override any existing conflicting symlinks\&.
212 When used with
213 \fBhalt\fR,
214 \fBpoweroff\fR,
215 \fBreboot\fR
216 or
217 \fBkexec\fR
218 execute selected operation without shutting down all units\&. However, all processes will be killed forcibly and all file systems are unmounted or remounted read\-only\&. This is hence a drastic but relatively safe option to request an immediate reboot\&.
219 .RE
220 .PP
221 \fB\-\-root=\fR
222 .RS 4
223 When used with
224 \fBenable\fR/\fBdisable\fR/\fBis\-enabled\fR
225 (and related commands), use alternative root path when looking for unit files\&.
226 .RE
227 .PP
228 \fB\-\-runtime\fR
229 .RS 4
230 When used with
231 \fBenable\fR/\fBdisable\fR/\fBis\-enabled\fR
232 (and related commands), make changes only temporarily, so that they are dropped on the next reboot\&. This will have the effect that changes are not made in subdirectories of
233 /etc
234 but in
235 /run, with identical immediate effects, however, since the latter is lost on reboot, the changes are lost too\&.
236 .RE
237 .PP
238 \fB\-H\fR, \fB\-\-host\fR
239 .RS 4
240 Execute operation remotely\&. Specify a hostname, or username and hostname separated by @, to connect to\&. This will use SSH to talk to the remote systemd instance\&.
241 .RE
242 .PP
243 \fB\-P\fR, \fB\-\-privileged\fR
244 .RS 4
245 Acquire privileges via PolicyKit before executing the operation\&.
246 .RE
247 .PP
248 The following commands are understood:
249 .PP
250 \fBlist\-units\fR
251 .RS 4
252 List known units\&.
253 .RE
254 .PP
255 \fBstart [NAME\&.\&.\&.]\fR
256 .RS 4
257 Start (activate) one or more units specified on the command line\&.
258 .RE
259 .PP
260 \fBstop [NAME\&.\&.\&.]\fR
261 .RS 4
262 Stop (deactivate) one or more units specified on the command line\&.
263 .RE
264 .PP
265 \fBreload [NAME\&.\&.\&.]\fR
266 .RS 4
267 Asks all units listed on the command line to reload their configuration\&. Note that this will reload the service\-specific configuration, not the unit configuration file of systemd\&. If you want systemd to reload the configuration file of a unit use the
268 \fBdaemon\-reload\fR
269 command\&. In other words: for the example case of Apache, this will reload Apache\*(Aqs
270 httpd\&.conf
271 in the web server, not the
272 apache\&.service
273 systemd unit file\&.
274 .sp
275 This command should not be confused with the
276 \fBdaemon\-reload\fR
277 or
278 \fBload\fR
279 commands\&.
280 .RE
281 .PP
282 \fBrestart [NAME\&.\&.\&.]\fR
283 .RS 4
284 Restart one or more units specified on the command line\&. If the units are not running yet they will be started\&.
285 .RE
286 .PP
287 \fBtry\-restart [NAME\&.\&.\&.]\fR
288 .RS 4
289 Restart one or more units specified on the command line if the units are running\&. Do nothing if units are not running\&. Note that for compatibility with Red Hat init scripts
290 \fBcondrestart\fR
291 is equivalent to this command\&.
292 .RE
293 .PP
294 \fBreload\-or\-restart [NAME\&.\&.\&.]\fR
295 .RS 4
296 Reload one or more units if they support it\&. If not, restart them instead\&. If the units are not running yet they will be started\&.
297 .RE
298 .PP
299 \fBreload\-or\-try\-restart [NAME\&.\&.\&.]\fR
300 .RS 4
301 Reload one or more units if they support it\&. If not, restart them instead\&. Do nothing if the units are not running\&. Note that for compatibility with SysV init scripts
302 \fBforce\-reload\fR
303 is equivalent to this command\&.
304 .RE
305 .PP
306 \fBisolate [NAME]\fR
307 .RS 4
308 Start the unit specified on the command line and its dependencies and stop all others\&.
309 .sp
310 This is similar to changing the runlevel in a traditional init system\&. The
311 \fBisolate\fR
312 command will immediately stop processes that are not enabled in the new unit, possibly including the graphical environment or terminal you are currently using\&.
313 .sp
314 Note that this works only on units where
315 \fBAllowIsolate=\fR
316 is enabled\&. See
317 \fBsystemd.unit\fR(5)
318 for details\&.
319 .RE
320 .PP
321 \fBkill [NAME\&.\&.\&.]\fR
322 .RS 4
323 Send a signal to one or more processes of the unit\&. Use
324 \fB\-\-kill\-who=\fR
325 to select which process to kill\&. Use
326 \fB\-\-kill\-mode=\fR
327 to select the kill mode and
328 \fB\-\-signal=\fR
329 to select the signal to send\&.
330 .RE
331 .PP
332 \fBis\-active [NAME\&.\&.\&.]\fR
333 .RS 4
334 Check whether any of the specified units are active (i\&.e\&. running)\&. Returns an exit code 0 if at least one is active, non\-zero otherwise\&. Unless
335 \fB\-\-quiet\fR
336 is specified this will also print the current unit state to STDOUT\&.
337 .RE
338 .PP
339 \fBstatus [NAME\&.\&.\&.|PID\&.\&.\&.]\fR
340 .RS 4
341 Show terse runtime status information about one or more units\&. This function is intended to generate human\-readable output\&. If you are looking for computer\-parsable output, use
342 \fBshow\fR
343 instead\&. If a PID is passed information about the unit the process of the PID belongs to is shown\&.
344 .RE
345 .PP
346 \fBshow [NAME\&.\&.\&.|JOB\&.\&.\&.]\fR
347 .RS 4
348 Show properties of one or more units, jobs or the manager itself\&. If no argument is specified properties of the manager will be shown\&. If a unit name is specified properties of the unit is shown, and if a job id is specified properties of the job is shown\&. By default, empty properties are suppressed\&. Use
349 \fB\-\-all\fR
350 to show those too\&. To select specific properties to show use
351 \fB\-\-property=\fR\&. This command is intended to be used whenever computer\-parsable output is required\&. Use
352 \fBstatus\fR
353 if you are looking for formatted human\-readable output\&.
354 .RE
355 .PP
356 \fBreset\-failed [NAME\&.\&.\&.]\fR
357 .RS 4
358 Reset the \*(Aqfailed\*(Aq state of the specified units, or if no unit name is passed of all units\&. When a unit fails in some way (i\&.e\&. process exiting with non\-zero error code, terminating abnormally or timing out) it will automatically enter the \*(Aqfailed\*(Aq state and its exit code and status is recorded for introspection by the administrator until the service is restarted or reset with this command\&.
359 .RE
360 .PP
361 \fBlist\-unit\-files\fR
362 .RS 4
363 List installed unit files\&.
364 .RE
365 .PP
366 \fBenable [NAME\&.\&.\&.]\fR
367 .RS 4
368 Enable one or more unit files, as specified on the command line\&. This will create a number of symlinks as encoded in the
369 [Install]
370 sections of the unit files\&. After the symlinks have been created the systemd configuration is reloaded (in a way that is equivalent to
371 \fBdaemon\-reload\fR) to ensure the changes are taken into account immediately\&. Note that this does not have the effect that any of the units enabled are also started at the same time\&. If this is desired a separate
372 \fBstart\fR
373 command must be invoked for the unit\&.
374 .sp
375 This command will print the actions executed\&. This output may be suppressed by passing
376 \fB\-\-quiet\fR\&.
377 .sp
378 Note that this operation creates only the suggested symlinks for the units\&. While this command is the recommended way to manipulate the unit configuration directory, the administrator is free to make additional changes manually, by placing or removing symlinks in the directory\&. This is particularly useful to create configurations that deviate from the suggested default installation\&. In this case the administrator must make sure to invoke
379 \fBdaemon\-reload\fR
380 manually as necessary, to ensure his changes are taken into account\&.
381 .sp
382 Enabling units should not be confused with starting (activating) units, as done by the
383 \fBstart\fR
384 command\&. Enabling and starting units is orthogonal: units may be enabled without being started and started without being enabled\&. Enabling simply hooks the unit into various suggested places (for example, so that the unit is automatically started on boot or when a particular kind of hardware is plugged in)\&. Starting actually spawns the daemon process (in case of service units), or binds the socket (in case of socket units), and so on\&.
385 .sp
386 Depending on whether
387 \fB\-\-system\fR,
388 \fB\-\-user\fR
389 or
390 \fB\-\-global\fR
391 is specified this enables the unit for the system, for the calling user only or for all future logins of all users\&. Note that in the latter case no systemd daemon configuration is reloaded\&.
392 .RE
393 .PP
394 \fBdisable [NAME\&.\&.\&.]\fR
395 .RS 4
396 Disables one or more units\&. This removes all symlinks to the specified unit files from the unit configuration directory, and hence undoes the changes made by
397 \fBenable\fR\&. Note however that this removes all symlinks to the unit files (i\&.e\&. including manual additions), not just those actually created by
398 \fBenable\fR\&. This call implicitly reloads the systemd daemon configuration after completing the disabling of the units\&. Note that this command does not implicitly stop the units that is being disabled\&. If this is desired an additional
399 \fBstop\fRcommand should be executed afterwards\&.
400 .sp
401 This command will print the actions executed\&. This output may be suppressed by passing
402 \fB\-\-quiet\fR\&.
403 .PP
404 This command honors
405 \fB\-\-system\fR,
406 \fB\-\-user\fR,
407 \fB\-\-global\fR
408 in a similar way as
409 \fBenable\fR\&.
410 .RE
411 .PP
412 \fBis\-enabled [NAME\&.\&.\&.]\fR
413 .RS 4
414 Checks whether any of the specified unit files is enabled (as with
415 \fBenable\fR)\&. Returns an exit code of 0 if at least one is enabled, non\-zero otherwise\&. Prints the current enable status\&. To suppress this output use
416 \fB\-\-quiet\fR\&.
417 .RE
418 .PP
419 \fBreenable [NAME\&.\&.\&.]\fR
420 .RS 4
421 Reenable one or more unit files, as specified on the command line\&. This is a combination of
422 \fBdisable\fR
423 and
424 \fBenable\fR
425 and is useful to reset the symlinks a unit is enabled with to the defaults configured in the
426 [Install]
427 section of the unit file\&.
428 .RE
429 .PP
430 \fBpreset [NAME\&.\&.\&.]\fR
431 .RS 4
432 Reset one or more unit files, as specified on the command line, to the defaults configured in a preset file\&. This has the same effect as
433 \fBdisable\fR
434 or
435 \fBenable\fR, depending how the unit is listed in the preset files\&.
436 .RE
437 .PP
438 \fBmask [NAME\&.\&.\&.]\fR
439 .RS 4
440 Mask one or more unit files, as specified on the command line\&. This will link these units to
441 /dev/null, making it impossible to start them\&. This is a stronger version of
442 \fBdisable\fR, since it prohibits all kinds of activation of the unit, including manual activation\&. Use this option with care\&.
443 .RE
444 .PP
445 \fBunmask [NAME\&.\&.\&.]\fR
446 .RS 4
447 Unmask one or more unit files, as specified on the command line\&. This will undo the effect of
448 \fBmask\fR\&.
449 .RE
450 .PP
451 \fBlink [NAME\&.\&.\&.]\fR
452 .RS 4
453 Link a unit file that is not in the unit file search paths into the unit file search path\&. This requires an absolute path to a unit file\&. The effect of this can be undone with
454 \fBdisable\fR\&. The effect of this command is that a unit file is available for
455 \fBstart\fR
456 and other commands although it isn\*(Aqt installed directly in the unit search path\&.
457 .RE
458 .PP
459 \fBload [NAME\&.\&.\&.]\fR
460 .RS 4
461 Load one or more units specified on the command line\&. This will simply load their configuration from disk, but not start them\&. To start them you need to use the
462 \fBstart\fR
463 command which will implicitly load a unit that has not been loaded yet\&. Note that systemd garbage collects loaded units that are not active or referenced by an active unit\&. This means that units loaded this way will usually not stay loaded for long\&. Also note that this command cannot be used to reload unit configuration\&. Use the
464 \fBdaemon\-reload\fR
465 command for that\&. All in all, this command is of little use except for debugging\&.
466 .sp
467 This command should not be confused with the
468 \fBdaemon\-reload\fR
469 or
470 \fBreload\fR
471 commands\&.
472 .RE
473 .PP
474 \fBlist\-jobs\fR
475 .RS 4
476 List jobs that are in progress\&.
477 .RE
478 .PP
479 \fBcancel [JOB\&.\&.\&.]\fR
480 .RS 4
481 Cancel one or more jobs specified on the command line by their numeric job IDs\&. If no job id is specified, cancel all pending jobs\&.
482 .RE
483 .PP
484 \fBdump\fR
485 .RS 4
486 Dump server status\&. This will output a (usually very long) human readable manager status dump\&. Its format is subject to change without notice and should not be parsed by applications\&.
487 .RE
488 .PP
489 \fBdot\fR
490 .RS 4
491 Generate textual dependency graph description in dot format for further processing with the GraphViz
492 \fBdot\fR(1)
493 tool\&. Use a command line like
494 \fBsystemctl dot | dot \-Tsvg > systemd\&.svg\fR
495 to generate a graphical dependency tree\&. Unless
496 \fB\-\-order\fR
497 or
498 \fB\-\-require\fR
499 is passed the generated graph will show both ordering and requirement dependencies\&.
500 .RE
501 .PP
502 \fBsnapshot [NAME]\fR
503 .RS 4
504 Create a snapshot\&. If a snapshot name is specified, the new snapshot will be named after it\&. If none is specified an automatic snapshot name is generated\&. In either case, the snapshot name used is printed to STDOUT, unless
505 \fB\-\-quiet\fR
506 is specified\&.
507 .sp
508 A snapshot refers to a saved state of the systemd manager\&. It is implemented itself as a unit that is generated dynamically with this command and has dependencies on all units active at the time\&. At a later time the user may return to this state by using the
509 \fBisolate\fR
510 command on the snapshot unit\&.
511 .PP
512 Snapshots are only useful for saving and restoring which units are running or are stopped, they do not save/restore any other state\&. Snapshots are dynamic and lost on reboot\&.
513 .RE
514 .PP
515 \fBdelete [NAME\&.\&.\&.]\fR
516 .RS 4
517 Remove a snapshot previously created with
518 \fBsnapshot\fR\&.
519 .RE
520 .PP
521 \fBdaemon\-reload\fR
522 .RS 4
523 Reload systemd manager configuration\&. This will reload all unit files and recreate the entire dependency tree\&. While the daemon is reloaded, all sockets systemd listens on on behalf of user configuration will stay accessible\&.
524 .sp
525 This command should not be confused with the
526 \fBload\fR
527 or
528 \fBreload\fR
529 commands\&.
530 .RE
531 .PP
532 \fBdaemon\-reexec\fR
533 .RS 4
534 Reexecute the systemd manager\&. This will serialize the manager state, reexecute the process and deserialize the state again\&. This command is of little use except for debugging and package upgrades\&. Sometimes it might be helpful as a heavy\-weight
535 \fBdaemon\-reload\fR\&. While the daemon is reexecuted all sockets systemd listens on on behalf of user configuration will stay accessible\&.
536 .RE
537 .PP
538 \fBshow\-environment\fR
539 .RS 4
540 Dump the systemd manager environment block\&. The environment block will be dumped in straight\-forward form suitable for sourcing into a shell script\&. This environment block will be passed to all processes the manager spawns\&.
541 .RE
542 .PP
543 \fBset\-environment [NAME=VALUE\&.\&.\&.]\fR
544 .RS 4
545 Set one or more systemd manager environment variables, as specified on the command line\&.
546 .RE
547 .PP
548 \fBunset\-environment [NAME\&.\&.\&.]\fR
549 .RS 4
550 Unset one or more systemd manager environment variables\&. If only a variable name is specified it will be removed regardless of its value\&. If a variable and a value are specified the variable is only removed if it has the specified value\&.
551 .RE
552 .PP
553 \fBdefault\fR
554 .RS 4
555 Enter default mode\&. This is mostly equivalent to
556 \fBstart default\&.target\fR\&.
557 .RE
558 .PP
559 \fBrescue\fR
560 .RS 4
561 Enter rescue mode\&. This is mostly equivalent to
562 \fBisolate rescue\&.target\fR
563 but also prints a wall message to all users\&.
564 .RE
565 .PP
566 \fBemergency\fR
567 .RS 4
568 Enter emergency mode\&. This is mostly equivalent to
569 \fBisolate emergency\&.target\fR
570 but also prints a wall message to all users\&.
571 .RE
572 .PP
573 \fBhalt\fR
574 .RS 4
575 Shut down and halt the system\&. This is mostly equivalent to
576 \fBstart halt\&.target\fR
577 but also prints a wall message to all users\&. If combined with
578 \fB\-\-force\fR
579 shutdown of all running services is skipped, however all processes are killed and all file systems are unmounted or mounted read\-only, immediately followed by the system halt\&.
580 .RE
581 .PP
582 \fBpoweroff\fR
583 .RS 4
584 Shut down and power\-off the system\&. This is mostly equivalent to
585 \fBstart poweroff\&.target\fR
586 but also prints a wall message to all users\&. If combined with
587 \fB\-\-force\fR
588 shutdown of all running services is skipped, however all processes are killed and all file systems are unmounted or mounted read\-only, immediately followed by the powering off\&.
589 .RE
590 .PP
591 \fBreboot\fR
592 .RS 4
593 Shut down and reboot the system\&. This is mostly equivalent to
594 \fBstart reboot\&.target\fR
595 but also prints a wall message to all users\&. If combined with
596 \fB\-\-force\fR
597 shutdown of all running services is skipped, however all processes are killed and all file systems are unmounted or mounted read\-only, immediately followed by the reboot\&.
598 .RE
599 .PP
600 \fBkexec\fR
601 .RS 4
602 Shut down and reboot the system via kexec\&. This is mostly equivalent to
603 \fBstart kexec\&.target\fR
604 but also prints a wall message to all users\&. If combined with
605 \fB\-\-force\fR
606 shutdown of all running services is skipped, however all processes are killed and all file systems are unmounted or mounted read\-only, immediately followed by the reboot\&.
607 .RE
608 .PP
609 \fBexit\fR
610 .RS 4
611 Ask the systemd manager to quit\&. This is only supported for user service managers (i\&.e\&. in conjunction with the
612 \fB\-\-user\fR
613 option) and will fail otherwise\&.
614 .RE
615 .SH "EXIT STATUS"
616 .PP
617 On success 0 is returned, a non\-zero failure code otherwise\&.
618 .SH "ENVIRONMENT"
619 .PP
620 \fI$SYSTEMD_PAGER\fR
621 .RS 4
622 Pager to use when
623 \fB\-\-no\-pager\fR
624 is not given; overrides
625 \fI$PAGER\fR\&. Setting this to an empty string or the value
626 cat
627 is equivalent to passing
628 \fB\-\-no\-pager\fR\&.
629 .RE
630 .SH "SEE ALSO"
631 .PP
632
633 \fBsystemd\fR(1),
634 \fBsystemadm\fR(1),
635 \fBsystemd-loginctl\fR(1),
636 \fBsystemd.unit\fR(5),
637 \fBsystemd.special\fR(7),
638 \fBwall\fR(1)
639 .SH "AUTHOR"
640 .PP
641 \fBLennart Poettering\fR <\&lennart@poettering\&.net\&>
642 .RS 4
643 Developer
644 .RE