source: chapter06/systemd.xml@ 850a7b5

7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 850a7b5 was 850a7b5, checked in by Krejzi <krejzi@…>, 9 years ago

Merged trunk and updated to systemd-219.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10847 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 26.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-systemd" role="wrap">
9 <?dbhtml filename="systemd.html"?>
10
11 <sect1info condition="script">
12 <productname>systemd</productname>
13 <productnumber>&systemd-version;</productnumber>
14 <address>&systemd-url;</address>
15 </sect1info>
16
17 <title>Systemd-&systemd-version;</title>
18
19 <indexterm zone="ch-system-systemd">
20 <primary sortas="a-systemd">systemd</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The systemd package contains programs for controlling the startup,
27 running, and shutdown of the system.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&systemd-ch6-sbu;</seg>
35 <seg>&systemd-ch6-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of systemd</title>
42
43 <para>First, create a file to allow systemd to build when using Util-Linux
44 built in Chapter 5 and disable LTO by default:</para>
45
46<screen><userinput remap="pre">cat &gt; config.cache &lt;&lt; "EOF"
47<literal>KILL=/bin/kill
48HAVE_BLKID=1
49BLKID_LIBS="-lblkid"
50BLKID_CFLAGS="-I/tools/include/blkid"
51HAVE_LIBMOUNT=1
52MOUNT_LIBS="-lmount"
53MOUNT_CFLAGS="-I/tools/include/libmount"
54cc_cv_CFLAGS__flto=no</literal>
55EOF</userinput></screen>
56
57 <para>LTO is disabled by default because it causes <command>systemd</command>
58 and other auxiliary programs to link to <filename
59 class="libraryfile">libgcc_s.so</filename>, slows the build down and makes the
60 compiled code larger.</para>
61
62 <para>Additionally, fix a build error when using Util-Linux built in
63 Chapter 5:</para>
64
65<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
66
67 <para>Apply the following patch so that compat <command>pkg-config</command> files
68 get installed without installing compat libs which are useless on LFS:</para>
69
70<screen><userinput remap="pre">patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
71
72 <para>Disable a test case that always fails:</para>
73
74<screen><userinput remap="pre">sed -i "s:test/udev-test.pl ::g" Makefile.in</userinput></screen>
75
76 <para>Prepare systemd for compilation:</para>
77
78<screen><userinput remap="configure">./configure --prefix=/usr \
79 --sysconfdir=/etc \
80 --localstatedir=/var \
81 --config-cache \
82 --with-rootprefix= \
83 --with-rootlibdir=/lib \
84 --enable-split-usr \
85 --disable-gudev \
86 --disable-firstboot \
87 --disable-ldconfig \
88 --disable-sysusers \
89 --without-python \
90 --docdir=/usr/share/doc/systemd-&systemd-version; \
91 --with-dbuspolicydir=/etc/dbus-1/system.d \
92 --with-dbussessionservicedir=/usr/share/dbus-1/services \
93 --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen>
94
95 <variablelist>
96 <title>The meaning of the configure options:</title>
97
98 <varlistentry>
99 <term><parameter>--config-cache</parameter></term>
100 <listitem>
101 <para>This switch tells the build system to use
102 the <filename>config.cache</filename> file which
103 was created earlier.</para>
104 </listitem>
105 </varlistentry>
106
107 <varlistentry>
108 <term><parameter>--with-root*</parameter></term>
109 <listitem>
110 <para>These switches ensure that core programs and
111 shared libraries are installed in the subdirectories
112 of the root partition.</para>
113 </listitem>
114 </varlistentry>
115
116 <varlistentry>
117 <term><parameter>--enable-split-usr</parameter></term>
118 <listitem>
119 <para>This switch ensures that systemd will work on
120 systems where /bin, /lib and /sbin directories are not
121 symlinks to their /usr counterparts.</para>
122 </listitem>
123 </varlistentry>
124
125 <varlistentry>
126 <term><parameter>--disable-gudev --without-python</parameter></term>
127 <listitem>
128 <para>These switches disable optional features because
129 LFS does not provide their dependencies.</para>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry>
134 <term><parameter>--disable-firstboot</parameter></term>
135 <listitem>
136 <para>This switch prevents installation of systemd
137 services responsible for setting up the system for
138 the first time. They are not useful for LFS because
139 everything is done manually.</para>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry>
144 <term><parameter>--disable-ldconfig</parameter></term>
145 <listitem>
146 <para>This switch prevents installation of a systemd
147 unit that runs <command>ldconfig</command> at
148 boot, making the boot time longer. Remove it if the
149 described feature is desired, even though it's not
150 useful for source distributions such as LFS.</para>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry>
155 <term><parameter>--disable-sysusers</parameter></term>
156 <listitem>
157 <para>This switch prevents installation of systemd
158 services responsible for setting up the
159 <filename>/etc/group</filename> and
160 <filename>/etc/passwd</filename> files. Both files
161 were created early in this chapter.</para>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry>
166 <term><parameter>--with-dbus*</parameter></term>
167 <listitem>
168 <para>These switches ensure that D-Bus configuration files
169 get installed in the correct locations.</para>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 <para>Compile the package:</para>
176
177<screen><userinput remap="make">make LIBRARY_PATH=/tools/lib</userinput></screen>
178
179 <para>This package has a test suite, but it can only be run after the
180 package has been installed.</para>
181
182 <para>Install the package:</para>
183
184<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
185
186 <para>Move NSS libraries to <filename class="directory">/lib</filename>:</para>
187
188<screen><userinput remap="install">mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen>
189
190 <para>Remove an unnecessary directory:</para>
191
192<screen><userinput remap="install">rm -rfv /usr/lib/rpm</userinput></screen>
193
194 <para>Create the Sysvinit compatibility symlinks, so systemd is used
195 as the default init system:</para>
196
197<screen><userinput remap="install">for tool in runlevel reboot shutdown poweroff halt telinit; do
198 ln -sfv ../bin/systemctl /sbin/${tool}
199done
200ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
201
202 <para>Remove a reference to a non-existent group:</para>
203
204<screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
205
206 <para>Create the <filename>/etc/machine-id</filename> file needed by
207 <command>systemd-journald</command>:</para>
208
209<screen><userinput remap="install">systemd-machine-id-setup</userinput></screen>
210
211 <para>Since the testsuite largely depends on the host system kernel
212 configuration, some tests may fail. It also needs a modification in
213 order not to look for a program that will be installed by Util-Linux
214 package later in this chapter. To test the results, issue:</para>
215
216<screen><userinput remap="test">sed -i "s:minix:ext4:g" src/test/test-path-util.c
217make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
218
219 </sect2>
220
221 <sect2 id="contents-systemd" role="content">
222 <title>Contents of systemd</title>
223
224 <segmentedlist>
225 <segtitle>Installed programs</segtitle>
226 <segtitle>Installed libraries</segtitle>
227 <segtitle>Installed directories</segtitle>
228
229 <seglistitem>
230 <seg>bootctl, busctl, coredumpctl, halt, hostnamectl, init, journalctl,
231 kernel-install, localectl, loginctl, machinectl, networkctl, poweroff,
232 reboot, runlevel, shutdown, systemctl, systemd-analyze,
233 systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
234 systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
235 systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
236 systemd-path, systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
237 systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
238 <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2,
239 libsystemd.so, and libudev.so</seg>
240 <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
241 /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
242 /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
243 /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
244 /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
245 /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
246 /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg>
247 </seglistitem>
248 </segmentedlist>
249
250 <variablelist>
251 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
252 <?dbfo list-presentation="list"?>
253 <?dbhtml list-presentation="table"?>
254
255 <varlistentry id="bootctl">
256 <term><command>bootctl</command></term>
257 <listitem>
258 <para>used to query the firmware and boot manager settings</para>
259 <indexterm zone="ch-system-systemd bootctl">
260 <primary sortas="b-bootctl">bootctl</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="busctl">
266 <term><command>busctl</command></term>
267 <listitem>
268 <para>Used to introspect and monitor the D-Bus bus</para>
269 <indexterm zone="ch-system-systemd busctl">
270 <primary sortas="b-busctl">busctl</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 <varlistentry id="coredumpctl">
276 <term><command>coredumpctl</command></term>
277 <listitem>
278 <para>Used to retrieve coredumps from the systemd Journal</para>
279 <indexterm zone="ch-system-systemd coredumpctl">
280 <primary sortas="b-coredumpctl">coredumpctl</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="halt">
286 <term><command>halt</command></term>
287 <listitem>
288 <para>Normally invokes <command>shutdown</command> with the
289 <parameter>-h</parameter> option, except when already in run-level 0,
290 then it tells the kernel to halt the system; it notes in the
291 file <filename>/var/log/wtmp</filename> that the system is being
292 brought down</para>
293 <indexterm zone="ch-system-systemd halt">
294 <primary sortas="b-halt">halt</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299 <varlistentry id="hostnamectl">
300 <term><command>hostnamectl</command></term>
301 <listitem>
302 <para>Used to query and change the system hostname and related
303 settings</para>
304 <indexterm zone="ch-system-systemd hostnamectl">
305 <primary sortas="b-hostnamectl">hostnamectl</primary>
306 </indexterm>
307 </listitem>
308 </varlistentry>
309
310 <varlistentry id="init">
311 <term><command>init</command></term>
312 <listitem>
313 <para>The first process to be started when the kernel has initialized
314 the hardware which takes over the boot process and starts all the
315 proceses it is instructed to</para>
316 <indexterm zone="ch-system-systemd init">
317 <primary sortas="b-init">init</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="journalctl">
323 <term><command>journalctl</command></term>
324 <listitem>
325 <para>Used to query the contents of the systemd Journal</para>
326 <indexterm zone="ch-system-systemd journalctl">
327 <primary sortas="b-journalctl">journalctl</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
332 <varlistentry id="kernel-install">
333 <term><command>kernel-install</command></term>
334 <listitem>
335 <para>Used to add and remove kernel and initramfs images to and
336 from /boot</para>
337 <indexterm zone="ch-system-systemd kernel-install">
338 <primary sortas="b-kernel-install">kernel-install</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 <varlistentry id="localectl">
344 <term><command>localectl</command></term>
345 <listitem>
346 <para>Used to query and change the system locale and keyboard layout
347 settings</para>
348 <indexterm zone="ch-system-systemd localectl">
349 <primary sortas="b-localectl">localectl</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 <varlistentry id="loginctl">
355 <term><command>loginctl</command></term>
356 <listitem>
357 <para>Used to introspect and control the state of the systemd Login
358 Manager</para>
359 <indexterm zone="ch-system-systemd loginctl">
360 <primary sortas="b-loginctl">loginctl</primary>
361 </indexterm>
362 </listitem>
363 </varlistentry>
364
365 <varlistentry id="machinectl">
366 <term><command>machinectl</command></term>
367 <listitem>
368 <para>Used to introspect and control the state of the systemd Virtual
369 Machine and Container Registration Manager</para>
370 <indexterm zone="ch-system-systemd machinectl">
371 <primary sortas="b-machinectl">machinectl</primary>
372 </indexterm>
373 </listitem>
374 </varlistentry>
375
376 <varlistentry id="networkctl">
377 <term><command>networkctl</command></term>
378 <listitem>
379 <para>Used to introspect the state of the network links as seen by
380 systemd-networkd</para>
381 <indexterm zone="ch-system-systemd networkctl">
382 <primary sortas="b-networkctl">networkctl</primary>
383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="poweroff">
388 <term><command>poweroff</command></term>
389 <listitem>
390 <para>Tells the kernel to halt the system and switch off the computer
391 (see <command>halt</command>)</para>
392 <indexterm zone="ch-system-systemd poweroff">
393 <primary sortas="b-poweroff">poweroff</primary>
394 </indexterm>
395 </listitem>
396 </varlistentry>
397
398 <varlistentry id="reboot">
399 <term><command>reboot</command></term>
400 <listitem>
401 <para>Tells the kernel to reboot the system (see
402 <command>halt</command>)</para>
403 <indexterm zone="ch-system-systemd reboot">
404 <primary sortas="b-reboot">reboot</primary>
405 </indexterm>
406 </listitem>
407 </varlistentry>
408
409 <varlistentry id="runlevel">
410 <term><command>runlevel</command></term>
411 <listitem>
412 <para>Reports the previous and the current run-level, as noted in the
413 last run-level record in <filename>/var/run/utmp</filename></para>
414 <indexterm zone="ch-system-systemd runlevel">
415 <primary sortas="b-runlevel">runlevel</primary>
416 </indexterm>
417 </listitem>
418 </varlistentry>
419
420 <varlistentry id="shutdown">
421 <term><command>shutdown</command></term>
422 <listitem>
423 <para>Brings the system down in a secure way, signaling all processes
424 and notifying all logged-in users</para>
425 <indexterm zone="ch-system-systemd shutdown">
426 <primary sortas="b-shutdown">shutdown</primary>
427 </indexterm>
428 </listitem>
429 </varlistentry>
430
431 <varlistentry id="systemctl">
432 <term><command>systemctl</command></term>
433 <listitem>
434 <para>Used to introspect and control the state of the systemd system and
435 service manager</para>
436 <indexterm zone="ch-system-systemd systemctl">
437 <primary sortas="b-systemctl">systemctl</primary>
438 </indexterm>
439 </listitem>
440 </varlistentry>
441
442 <varlistentry id="systemd-analyze">
443 <term><command>systemd-analyze</command></term>
444 <listitem>
445 <para>Used to determine system boot-up performance of the current boot
446 </para>
447 <indexterm zone="ch-system-systemd systemd-analyze">
448 <primary sortas="b-systemd-analyze">systemd-analyze</primary>
449 </indexterm>
450 </listitem>
451 </varlistentry>
452
453 <varlistentry id="systemd-ask-password">
454 <term><command>systemd-ask-password</command></term>
455 <listitem>
456 <para>Used to query a system password or passphrase from the user, using a
457 question message specified on the command line</para>
458 <indexterm zone="ch-system-systemd systemd-ask-password">
459 <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
460 </indexterm>
461 </listitem>
462 </varlistentry>
463
464 <varlistentry id="systemd-cat">
465 <term><command>systemd-cat</command></term>
466 <listitem>
467 <para>Used to connect STDOUT and STDERR of a process with the Journal
468 </para>
469 <indexterm zone="ch-system-systemd systemd-cat">
470 <primary sortas="b-systemd-cat">systemd-cat</primary>
471 </indexterm>
472 </listitem>
473 </varlistentry>
474
475 <varlistentry id="systemd-cgls">
476 <term><command>systemd-cgls</command></term>
477 <listitem>
478 <para>Recursively shows the contents of the selected Linux control group
479 hierarchy in a tree</para>
480 <indexterm zone="ch-system-systemd systemd-cgls">
481 <primary sortas="b-systemd-cgls">systemd-cgls</primary>
482 </indexterm>
483 </listitem>
484 </varlistentry>
485
486 <varlistentry id="systemd-cgtop">
487 <term><command>systemd-cgtop</command></term>
488 <listitem>
489 <para>Shows the top control groups of the local Linux control group hierarchy,
490 ordered by their CPU, memory and disk I/O load</para>
491 <indexterm zone="ch-system-systemd systemd-cgtop">
492 <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
493 </indexterm>
494 </listitem>
495 </varlistentry>
496
497 <varlistentry id="systemd-delta">
498 <term><command>systemd-delta</command></term>
499 <listitem>
500 <para>Used to identify and compare configuration files in
501 <filename class="directory">/etc</filename> that override default
502 counterparts in <filename class="directory">/usr</filename></para>
503 <indexterm zone="ch-system-systemd systemd-delta">
504 <primary sortas="b-systemd-delta">systemd-delta</primary>
505 </indexterm>
506 </listitem>
507 </varlistentry>
508
509 <varlistentry id="systemd-detect-virt">
510 <term><command>systemd-detect-virt</command></term>
511 <listitem>
512 <para>Detects execution in a virtualized environment</para>
513 <indexterm zone="ch-system-systemd systemd-detect-virt">
514 <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
515 </indexterm>
516 </listitem>
517 </varlistentry>
518
519 <varlistentry id="systemd-escape">
520 <term><command>systemd-escape</command></term>
521 <listitem>
522 <para>Used to escape strings for inclusion in systemd unit names</para>
523 <indexterm zone="ch-system-systemd systemd-escape">
524 <primary sortas="b-systemd-escape">systemd-escape</primary>
525 </indexterm>
526 </listitem>
527 </varlistentry>
528
529 <varlistentry id="systemd-hwdb">
530 <term><command>systemd-hwdb</command></term>
531 <listitem>
532 <para>Used to manage hardware database (hwdb)</para>
533 <indexterm zone="ch-system-systemd systemd-hwdb">
534 <primary sortas="b-systemd-hwdb">systemd-hwdb</primary>
535 </indexterm>
536 </listitem>
537 </varlistentry>
538
539 <varlistentry id="systemd-inhibit">
540 <term><command>systemd-inhibit</command></term>
541 <listitem>
542 <para>Used to execute a program with a shutdown, sleep or idle inhibitor lock
543 taken</para>
544 <indexterm zone="ch-system-systemd systemd-inhibit">
545 <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
546 </indexterm>
547 </listitem>
548 </varlistentry>
549
550 <varlistentry id="systemd-machine-id-setup">
551 <term><command>systemd-machine-id-setup</command></term>
552 <listitem>
553 <para>Used by system installer tools to initialize the machine ID stored in
554 <filename>/etc/machine-id</filename> at install time with a randomly
555 generated ID</para>
556 <indexterm zone="ch-system-systemd systemd-machine-id-setup">
557 <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
558 </indexterm>
559 </listitem>
560 </varlistentry>
561
562 <varlistentry id="systemd-notify">
563 <term><command>systemd-notify</command></term>
564 <listitem>
565 <para>Used by daemon scripts to notify the init system about status changes
566 </para>
567 <indexterm zone="ch-system-systemd systemd-notify">
568 <primary sortas="b-systemd-notify">systemd-notify</primary>
569 </indexterm>
570 </listitem>
571 </varlistentry>
572
573 <varlistentry id="systemd-nspawn">
574 <term><command>systemd-nspawn</command></term>
575 <listitem>
576 <para>Used to run a command or OS in a light-weight namespace container</para>
577 <indexterm zone="ch-system-systemd systemd-nspawn">
578 <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582
583 <varlistentry id="systemd-path">
584 <term><command>systemd-path</command></term>
585 <listitem>
586 <para>Used to query system and user paths</para>
587 <indexterm zone="ch-system-systemd systemd-path">
588 <primary sortas="b-systemd-path">systemd-path</primary>
589 </indexterm>
590 </listitem>
591 </varlistentry>
592
593 <varlistentry id="systemd-run">
594 <term><command>systemd-run</command></term>
595 <listitem>
596 <para>Used to create and start a transient .service or a .scope unit and
597 run the specified command in it</para>
598 <indexterm zone="ch-system-systemd systemd-run">
599 <primary sortas="b-systemd-run">systemd-run</primary>
600 </indexterm>
601 </listitem>
602 </varlistentry>
603
604 <!-- <varlistentry id="systemd-stdio-bridge">
605 <term><command>systemd-stdio-bridge</command></term>
606 <listitem>
607 <para>To be completed</para>
608 <indexterm zone="ch-system-systemd systemd-stdio-bridge">
609 <primary sortas="b-systemd-stdio-bridge">systemd-stdio-bridge</primary>
610 </indexterm>
611 </listitem>
612 </varlistentry> -->
613
614 <varlistentry id="systemd-tmpfiles">
615 <term><command>systemd-tmpfiles</command></term>
616 <listitem>
617 <para>Creates, deletes and cleans up volatile and temporary files and directories,
618 based on the configuration file format and location specified in
619 <filename class="directory">tmpfiles.d</filename> directories</para>
620 <indexterm zone="ch-system-systemd systemd-tmpfiles">
621 <primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
625
626 <varlistentry id="systemd-tty-ask-password-agent">
627 <term><command>systemd-tty-ask-password-agent</command></term>
628 <listitem>
629 <para>Used to list or process pending systemd password requests</para>
630 <indexterm zone="ch-system-systemd systemd-tty-ask-password-agent">
631 <primary sortas="b-systemd-tty-ask-password-agent">systemd-tty-ask-password-agent</primary>
632 </indexterm>
633 </listitem>
634 </varlistentry>
635
636 <varlistentry id="telinit">
637 <term><command>telinit</command></term>
638 <listitem>
639 <para>Tells <command>init</command> which run-level to change to</para>
640 <indexterm zone="ch-system-systemd telinit">
641 <primary sortas="b-telinit">telinit</primary>
642 </indexterm>
643 </listitem>
644 </varlistentry>
645
646 <varlistentry id="timedatectl">
647 <term><command>timedatectl</command></term>
648 <listitem>
649 <para>Used to query and change the system clock and its settings
650 </para>
651 <indexterm zone="ch-system-systemd timedatectl">
652 <primary sortas="b-timedatectl">timedatectl</primary>
653 </indexterm>
654 </listitem>
655 </varlistentry>
656
657 <varlistentry id="udevadm">
658 <term><command>udevadm</command></term>
659 <listitem>
660 <para>Generic Udev administration tool: controls the udevd daemon,
661 provides info from the Udev database, monitors uevents, waits for
662 uevents to finish, tests Udev configuration, and triggers uevents
663 for a given device</para>
664 <indexterm zone="ch-system-systemd udevadm">
665 <primary sortas="b-udevadm">udevadm</primary>
666 </indexterm>
667 </listitem>
668 </varlistentry>
669
670 <varlistentry id="libsystemd">
671 <term><filename class="libraryfile">libsystemd</filename></term>
672 <listitem>
673 <para>systemd utility library</para>
674 <indexterm zone="ch-system-systemd libsystemd">
675 <primary sortas="c-libsystemd">libsystemd</primary>
676 </indexterm>
677 </listitem>
678 </varlistentry>
679
680 <varlistentry id="libudev">
681 <term><filename class="libraryfile">libudev</filename></term>
682 <listitem>
683 <para>A library to access Udev device information</para>
684 <indexterm zone="ch-system-systemd libudev">
685 <primary sortas="c-libudev">libudev</primary>
686 </indexterm>
687 </listitem>
688 </varlistentry>
689
690 </variablelist>
691
692 </sect2>
693
694</sect1>
Note: See TracBrowser for help on using the repository browser.