systemd.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  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. <sect1 id="ch-system-systemd" role="wrap">
  8. <?dbhtml filename="systemd.html"?>
  9. <sect1info condition="script">
  10. <productname>systemd</productname>
  11. <productnumber>&systemd-version;</productnumber>
  12. <address>&systemd-url;</address>
  13. </sect1info>
  14. <title>Systemd-&systemd-version;</title>
  15. <indexterm zone="ch-system-systemd">
  16. <primary sortas="a-Systemd">Systemd</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Systemd package contains programs for controlling the startup,
  21. running, and shutdown of the system.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&systemd-ch6-sbu;</seg>
  27. <seg>&systemd-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Systemd</title>
  33. <note><para>If systemd is not desired at all, it can be skipped. However a
  34. udev replacement must be installed. See the hint at <ulink
  35. url="http://www.linuxfromscratch.org/hints/downloads/files/eudev-alt-hint.txt"/>
  36. to find procedures to install
  37. <application>eudev</application>.</para></note>
  38. <para>First, create a file to allow Systemd to build when using Util-Linux
  39. built in Chapter 5:</para>
  40. <screen><userinput remap="pre">cat &gt; config.cache &lt;&lt; "EOF"
  41. <literal>KILL=/bin/kill
  42. HAVE_BLKID=1
  43. BLKID_LIBS="-lblkid"
  44. BLKID_CFLAGS="-I/tools/include/blkid"
  45. cc_cv_CFLAGS__flto=no</literal>
  46. EOF</userinput></screen>
  47. <para>Additionally, fix a build error when using Util-Linux built in
  48. Chapter 5:</para>
  49. <screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
  50. <para>Apply a patch so that compat <command>pkg-config</command> files get
  51. installed without installing compat libs which are useless on LFS:</para>
  52. <screen><userinput remap="pre">patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
  53. <para>Prepare Systemd for compilation:</para>
  54. <screen><userinput remap="configure">./configure --prefix=/usr \
  55. --sysconfdir=/etc \
  56. --localstatedir=/var \
  57. --config-cache \
  58. --with-rootprefix= \
  59. --with-rootlibdir=/lib \
  60. --enable-split-usr \
  61. --disable-gudev \
  62. --without-python \
  63. --docdir=/usr/share/doc/systemd-&systemd-version; \
  64. --with-dbuspolicydir=/etc/dbus-1/system.d \
  65. --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
  66. --with-dbussessionservicedir=/usr/share/dbus-1/services \
  67. --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen>
  68. <variablelist>
  69. <title>The meaning of the configure options:</title>
  70. <varlistentry>
  71. <term><parameter>--config-cache</parameter></term>
  72. <listitem>
  73. <para>This switch tells the build system to use
  74. the <filename>config.cache</filename> file which
  75. was created earlier.</para>
  76. </listitem>
  77. </varlistentry>
  78. <varlistentry>
  79. <term><parameter>--with-root*</parameter></term>
  80. <listitem>
  81. <para>These switches ensure that core programs and
  82. shared libraries are installed in the subdirectories
  83. of the root partition.</para>
  84. </listitem>
  85. </varlistentry>
  86. <varlistentry>
  87. <term><parameter>--enable-split-usr</parameter></term>
  88. <listitem>
  89. <para>This switch ensures that Systemd will work on
  90. systems where /bin, /lib and /sbin directories are not
  91. symlinks to their /usr counterparts.</para>
  92. </listitem>
  93. </varlistentry>
  94. <varlistentry>
  95. <term><parameter>--disable-gudev --without-python</parameter></term>
  96. <listitem>
  97. <para>These switches disable optional features because
  98. LFS does not provide their dependencies.</para>
  99. </listitem>
  100. </varlistentry>
  101. <varlistentry>
  102. <term><parameter>--with-dbus*</parameter></term>
  103. <listitem>
  104. <para>These switches ensure that D-Bus configuratil files
  105. get installed in the correct locations.</para>
  106. </listitem>
  107. </varlistentry>
  108. </variablelist>
  109. <para>Compile the package:</para>
  110. <screen><userinput remap="make">make LIBRARY_PATH=/tools/lib</userinput></screen>
  111. <para>First prevent few broken test cases from running:</para>
  112. <screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \
  113. -e "s:test-bus-cleanup\$(EXEEXT) ::g" \
  114. -e "s:test-bus-gvariant\$(EXEEXT) ::g" \
  115. -i Makefile</userinput></screen>
  116. <para>To test the results, issue:</para>
  117. <screen><userinput remap="test">make -k check</userinput></screen>
  118. <para>Note that some tests might fail because the test are being run in a
  119. chroot environment. For full test coverage, the test suite should be run
  120. from a system booted using Systemd.</para>
  121. <para>Install the package:</para>
  122. <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
  123. <para>Move NSS myhostname library to <filename
  124. class="directory">/lib</filename>:</para>
  125. <screen><userinput remap="install">mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
  126. <para>Remove an unnecessary directory:</para>
  127. <screen><userinput remap="install">rm -rfv /usr/lib/rpm</userinput></screen>
  128. <para>Create the Sysvinit compatibility symlinks, and move some man pages
  129. and a library that conflict with <xref linkend="ch-system-sysvinit"/> so
  130. both systems can be installed side-by-side:</para>
  131. <screen><userinput remap="install">for tool in runlevel reboot shutdown poweroff halt telinit; do
  132. ln -sfv ../bin/systemctl /sbin/${tool}-systemd
  133. mv -v /usr/share/man/man8/${tool}.8 /usr/share/man/man8/${tool}-systemd.8
  134. done
  135. ln -sfv ../lib/systemd/systemd /sbin/init-systemd
  136. mv -v /etc/init.d /etc/init.d-systemd</userinput></screen>
  137. <para>Remove a reference to a non-existent group:</para>
  138. <screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
  139. <para>Create the <filename>/etc/machine-id</filename> file needed by
  140. Journald:</para>
  141. <screen><userinput remap="install">systemd-machine-id-setup</userinput></screen>
  142. <para>Finally install some LFS specific udev rules:</para>
  143. <screen><userinput remap="install">tar -xf ../&udev-lfs-version;.tar.bz2
  144. make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen>
  145. </sect2>
  146. <sect2 id="contents-systemd" role="content">
  147. <title>Contents of Systemd</title>
  148. <segmentedlist>
  149. <segtitle>Installed programs</segtitle>
  150. <segtitle>Installed libraries</segtitle>
  151. <segtitle>Installed directories</segtitle>
  152. <seglistitem>
  153. <seg>bootctl, busctl, halt, hostnamectl, init, journalctl, kernel-install,
  154. localectl, loginctl, machinectl, poweroff, reboot, runlevel, shutdown,
  155. systemctl, systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls,
  156. systemd-cgtop, systemd-coredumpctl, systemd-delta, systemd-detect-virt,
  157. systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
  158. systemd-run, systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
  159. telinit, timedatectl, and udevadm</seg>
  160. <seg>libnss_myhostname.so.2, libsystemd.so, libudev.so</seg>
  161. <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
  162. /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
  163. /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
  164. /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
  165. /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
  166. /usr/share/doc/systemd-&systemd-version;, /usr/share/systemd,
  167. /var/lib/systemd, /var/log/journal</seg>
  168. </seglistitem>
  169. </segmentedlist>
  170. <variablelist>
  171. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  172. <?dbfo list-presentation="list"?>
  173. <?dbhtml list-presentation="table"?>
  174. <varlistentry id="bootctl">
  175. <term><command>bootctl</command></term>
  176. <listitem>
  177. <para>used to query the firmware and boot manager settings.</para>
  178. <indexterm zone="ch-system-systemd bootctl">
  179. <primary sortas="b-bootctl">bootctl</primary>
  180. </indexterm>
  181. </listitem>
  182. </varlistentry>
  183. <varlistentry id="busctl">
  184. <term><command>busctl</command></term>
  185. <listitem>
  186. <para>used to introspect and monitor the D-Bus bus.</para>
  187. <indexterm zone="ch-system-systemd busctl">
  188. <primary sortas="b-busctl">busctl</primary>
  189. </indexterm>
  190. </listitem>
  191. </varlistentry>
  192. <varlistentry id="halt">
  193. <term><command>halt</command></term>
  194. <listitem>
  195. <para>Normally invokes <command>shutdown</command> with the
  196. <parameter>-h</parameter> option, except when already in run-level 0,
  197. then it tells the kernel to halt the system; it notes in the
  198. file <filename>/var/log/wtmp</filename> that the system is being
  199. brought down.</para>
  200. <indexterm zone="ch-system-systemd halt">
  201. <primary sortas="b-halt">halt</primary>
  202. </indexterm>
  203. </listitem>
  204. </varlistentry>
  205. <varlistentry id="hostnamectl">
  206. <term><command>hostnamectl</command></term>
  207. <listitem>
  208. <para>used to query and change the system hostname and related
  209. settings.</para>
  210. <indexterm zone="ch-system-systemd hostnamectl">
  211. <primary sortas="b-hostnamectl">hostnamectl</primary>
  212. </indexterm>
  213. </listitem>
  214. </varlistentry>
  215. <varlistentry id="init">
  216. <term><command>init</command></term>
  217. <listitem>
  218. <para>The first process to be started when the kernel has initialized
  219. the hardware which takes over the boot process and starts all the
  220. proceses it is instructed to.</para>
  221. <indexterm zone="ch-system-systemd init">
  222. <primary sortas="b-init">init</primary>
  223. </indexterm>
  224. </listitem>
  225. </varlistentry>
  226. <varlistentry id="journalctl">
  227. <term><command>journalctl</command></term>
  228. <listitem>
  229. <para>used to query the contents of the Systemd Journal.</para>
  230. <indexterm zone="ch-system-systemd journalctl">
  231. <primary sortas="b-journalctl">journalctl</primary>
  232. </indexterm>
  233. </listitem>
  234. </varlistentry>
  235. <varlistentry id="kernel-install">
  236. <term><command>kernel-install</command></term>
  237. <listitem>
  238. <para>used to add and remove kernel and initramfs images to and
  239. from /boot.</para>
  240. <indexterm zone="ch-system-systemd kernel-install">
  241. <primary sortas="b-kernel-install">kernel-install</primary>
  242. </indexterm>
  243. </listitem>
  244. </varlistentry>
  245. <varlistentry id="localectl">
  246. <term><command>localectl</command></term>
  247. <listitem>
  248. <para>used to query and change the system locale and keyboard layout
  249. settings.</para>
  250. <indexterm zone="ch-system-systemd localectl">
  251. <primary sortas="b-localectl">localectl</primary>
  252. </indexterm>
  253. </listitem>
  254. </varlistentry>
  255. <varlistentry id="loginctl">
  256. <term><command>loginctl</command></term>
  257. <listitem>
  258. <para>used to introspect and control the state of the Systemd Login
  259. Manager.</para>
  260. <indexterm zone="ch-system-systemd loginctl">
  261. <primary sortas="b-loginctl">loginctl</primary>
  262. </indexterm>
  263. </listitem>
  264. </varlistentry>
  265. <varlistentry id="machinectl">
  266. <term><command>machinectl</command></term>
  267. <listitem>
  268. <para>used to introspect and control the state of the Systemd Virtual
  269. Machine and Container Registration Manager</para>
  270. <indexterm zone="ch-system-systemd machinectl">
  271. <primary sortas="b-machinectl">machinectl</primary>
  272. </indexterm>
  273. </listitem>
  274. </varlistentry>
  275. <varlistentry id="poweroff">
  276. <term><command>poweroff</command></term>
  277. <listitem>
  278. <para>Tells the kernel to halt the system and switch off the computer
  279. (see <command>halt</command>).</para>
  280. <indexterm zone="ch-system-systemd poweroff">
  281. <primary sortas="b-poweroff">poweroff</primary>
  282. </indexterm>
  283. </listitem>
  284. </varlistentry>
  285. <varlistentry id="reboot">
  286. <term><command>reboot</command></term>
  287. <listitem>
  288. <para>Tells the kernel to reboot the system (see
  289. <command>halt</command>).</para>
  290. <indexterm zone="ch-system-systemd reboot">
  291. <primary sortas="b-reboot">reboot</primary>
  292. </indexterm>
  293. </listitem>
  294. </varlistentry>
  295. <varlistentry id="runlevel">
  296. <term><command>runlevel</command></term>
  297. <listitem>
  298. <para>Reports the previous and the current run-level, as noted in the
  299. last run-level record in <filename>/var/run/utmp</filename>.</para>
  300. <indexterm zone="ch-system-systemd runlevel">
  301. <primary sortas="b-runlevel">runlevel</primary>
  302. </indexterm>
  303. </listitem>
  304. </varlistentry>
  305. <varlistentry id="shutdown">
  306. <term><command>shutdown</command></term>
  307. <listitem>
  308. <para>Brings the system down in a secure way, signaling all processes
  309. and notifying all logged-in users.</para>
  310. <indexterm zone="ch-system-systemd shutdown">
  311. <primary sortas="b-shutdown">shutdown</primary>
  312. </indexterm>
  313. </listitem>
  314. </varlistentry>
  315. <varlistentry id="systemctl">
  316. <term><command>systemctl</command></term>
  317. <listitem>
  318. <para>used to introspect and control the state of the Systemd system and
  319. service manager.</para>
  320. <indexterm zone="ch-system-systemd systemctl">
  321. <primary sortas="b-systemctl">systemctl</primary>
  322. </indexterm>
  323. </listitem>
  324. </varlistentry>
  325. <varlistentry id="systemd-analyze">
  326. <term><command>systemd-analyze</command></term>
  327. <listitem>
  328. <para>used to determine system boot-up performance of the current boot.
  329. </para>
  330. <indexterm zone="ch-system-systemd systemd-analyze">
  331. <primary sortas="b-systemd-analyze">systemd-analyze</primary>
  332. </indexterm>
  333. </listitem>
  334. </varlistentry>
  335. <varlistentry id="systemd-ask-password">
  336. <term><command>systemd-ask-password</command></term>
  337. <listitem>
  338. <para>used to query a system password or passphrase from the user, using a
  339. question message specified on the command line.</para>
  340. <indexterm zone="ch-system-systemd systemd-ask-password">
  341. <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
  342. </indexterm>
  343. </listitem>
  344. </varlistentry>
  345. <varlistentry id="systemd-cat">
  346. <term><command>systemd-cat</command></term>
  347. <listitem>
  348. <para>used to connect STDOUT and STDERR of a process with the Journal.
  349. </para>
  350. <indexterm zone="ch-system-systemd systemd-cat">
  351. <primary sortas="b-systemd-cat">systemd-cat</primary>
  352. </indexterm>
  353. </listitem>
  354. </varlistentry>
  355. <varlistentry id="systemd-cgls">
  356. <term><command>systemd-cgls</command></term>
  357. <listitem>
  358. <para>recursively shows the contents of the selected Linux control group
  359. hierarchy in a tree.</para>
  360. <indexterm zone="ch-system-systemd systemd-cgls">
  361. <primary sortas="b-systemd-cgls">systemd-cgls</primary>
  362. </indexterm>
  363. </listitem>
  364. </varlistentry>
  365. <varlistentry id="systemd-cgtop">
  366. <term><command>systemd-cgtop</command></term>
  367. <listitem>
  368. <para>shows the top control groups of the local Linux control group hierarchy,
  369. ordered by their CPU, memory and disk I/O load.</para>
  370. <indexterm zone="ch-system-systemd systemd-cgtop">
  371. <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
  372. </indexterm>
  373. </listitem>
  374. </varlistentry>
  375. <varlistentry id="systemd-coredumpctl">
  376. <term><command>systemd-coredumpctl</command></term>
  377. <listitem>
  378. <para>used to retrieve coredumps from the Systemd Journal</para>
  379. <indexterm zone="ch-system-systemd systemd-coredumpctl">
  380. <primary sortas="b-systemd-coredumpctl">systemd-coredumpctl</primary>
  381. </indexterm>
  382. </listitem>
  383. </varlistentry>
  384. <varlistentry id="systemd-delta">
  385. <term><command>systemd-delta</command></term>
  386. <listitem>
  387. <para>used to identify and compare configuration files in
  388. <filename class="directory">/etc</filename> that override default
  389. counterparts in <filename class="directory">/usr</filename>.</para>
  390. <indexterm zone="ch-system-systemd systemd-delta">
  391. <primary sortas="b-systemd-delta">systemd-delta</primary>
  392. </indexterm>
  393. </listitem>
  394. </varlistentry>
  395. <varlistentry id="systemd-detect-virt">
  396. <term><command>systemd-detect-virt</command></term>
  397. <listitem>
  398. <para>detects execution in a virtualized environment.</para>
  399. <indexterm zone="ch-system-systemd systemd-detect-virt">
  400. <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
  401. </indexterm>
  402. </listitem>
  403. </varlistentry>
  404. <varlistentry id="systemd-inhibit">
  405. <term><command>systemd-inhibit</command></term>
  406. <listitem>
  407. <para>used to execute a program with a shutdown, sleep or idle inhibitor lock
  408. taken.</para>
  409. <indexterm zone="ch-system-systemd systemd-inhibit">
  410. <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
  411. </indexterm>
  412. </listitem>
  413. </varlistentry>
  414. <varlistentry id="systemd-machine-id-setup">
  415. <term><command>systemd-machine-id-setup</command></term>
  416. <listitem>
  417. <para>used by system installer tools to initialize the machine ID stored in
  418. <filename>/etc/machine-id</filename> at install time with a randomly
  419. generated ID.</para>
  420. <indexterm zone="ch-system-systemd systemd-machine-id-setup">
  421. <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
  422. </indexterm>
  423. </listitem>
  424. </varlistentry>
  425. <varlistentry id="systemd-notify">
  426. <term><command>systemd-notify</command></term>
  427. <listitem>
  428. <para>used by daemon scripts to notify the init system about status changes.
  429. </para>
  430. <indexterm zone="ch-system-systemd systemd-notify">
  431. <primary sortas="b-systemd-notify">systemd-notify</primary>
  432. </indexterm>
  433. </listitem>
  434. </varlistentry>
  435. <varlistentry id="systemd-nspawn">
  436. <term><command>systemd-nspawn</command></term>
  437. <listitem>
  438. <para>used to run a command or OS in a light-weight namespace container.</para>
  439. <indexterm zone="ch-system-systemd systemd-nspawn">
  440. <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
  441. </indexterm>
  442. </listitem>
  443. </varlistentry>
  444. <varlistentry id="systemd-run">
  445. <term><command>systemd-run</command></term>
  446. <listitem>
  447. <para>used to create and start a transient .service or a .scope unit and
  448. run the specified command in it.</para>
  449. <indexterm zone="ch-system-systemd systemd-run">
  450. <primary sortas="b-systemd-run">systemd-run</primary>
  451. </indexterm>
  452. </listitem>
  453. </varlistentry>
  454. <!-- <varlistentry id="systemd-stdio-bridge">
  455. <term><command>systemd-stdio-bridge</command></term>
  456. <listitem>
  457. <para>To be completed</para>
  458. <indexterm zone="ch-system-systemd systemd-stdio-bridge">
  459. <primary sortas="b-systemd-stdio-bridge">systemd-stdio-bridge</primary>
  460. </indexterm>
  461. </listitem>
  462. </varlistentry> -->
  463. <varlistentry id="systemd-tmpfiles">
  464. <term><command>systemd-tmpfiles</command></term>
  465. <listitem>
  466. <para>creates, deletes and cleans up volatile and temporary files and directories,
  467. based on the configuration file format and location specified in
  468. <filename class="directory">tmpfiles.d</filename> directories.</para>
  469. <indexterm zone="ch-system-systemd systemd-tmpfiles">
  470. <primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
  471. </indexterm>
  472. </listitem>
  473. </varlistentry>
  474. <varlistentry id="systemd-tty-ask-password-agent">
  475. <term><command>systemd-tty-ask-password-agent</command></term>
  476. <listitem>
  477. <para>used to list or process pending Systemd password requests</para>
  478. <indexterm zone="ch-system-systemd systemd-tty-ask-password-agent">
  479. <primary sortas="b-systemd-tty-ask-password-agent">systemd-tty-ask-password-agent</primary>
  480. </indexterm>
  481. </listitem>
  482. </varlistentry>
  483. <varlistentry id="telinit">
  484. <term><command>telinit</command></term>
  485. <listitem>
  486. <para>Tells <command>init</command> which run-level to change to.</para>
  487. <indexterm zone="ch-system-systemd telinit">
  488. <primary sortas="b-telinit">telinit</primary>
  489. </indexterm>
  490. </listitem>
  491. </varlistentry>
  492. <varlistentry id="timedatectl">
  493. <term><command>timedatectl</command></term>
  494. <listitem>
  495. <para>used to query and change the system clock and its settings.
  496. </para>
  497. <indexterm zone="ch-system-systemd timedatectl">
  498. <primary sortas="b-timedatectl">timedatectl</primary>
  499. </indexterm>
  500. </listitem>
  501. </varlistentry>
  502. <varlistentry id="udevadm">
  503. <term><command>udevadm</command></term>
  504. <listitem>
  505. <para>Generic Udev administration tool: controls the udevd daemon,
  506. provides info from the Udev database, monitors uevents, waits for
  507. uevents to finish, tests Udev configuration, and triggers uevents
  508. for a given device.</para>
  509. <indexterm zone="ch-system-systemd udevadm">
  510. <primary sortas="b-udevadm">udevadm</primary>
  511. </indexterm>
  512. </listitem>
  513. </varlistentry>
  514. <varlistentry id="libsystemd">
  515. <term><filename class="libraryfile">libsystemd</filename></term>
  516. <listitem>
  517. <para>Systemd utility library.</para>
  518. <indexterm zone="ch-system-systemd libsystemd">
  519. <primary sortas="c-libsystemd">libsystemd</primary>
  520. </indexterm>
  521. </listitem>
  522. </varlistentry>
  523. <varlistentry id="libudev">
  524. <term><filename class="libraryfile">libudev</filename></term>
  525. <listitem>
  526. <para>A library to access Udev device information.</para>
  527. <indexterm zone="ch-system-systemd libudev">
  528. <primary sortas="c-libudev">libudev</primary>
  529. </indexterm>
  530. </listitem>
  531. </varlistentry>
  532. </variablelist>
  533. </sect2>
  534. </sect1>