aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/systemd.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2019-03-13 17:58:54 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2019-03-13 17:58:54 +0000
commit78cc3be1c3edc5f411095e26ae251b290b17bfe5 (patch)
tree2421211482f305a1a4f8638e1674f860a5bf8604 /chapter06/systemd.xml
parent1263de24b91da3f03775e358e8efe4f4820b4a56 (diff)
Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r--chapter06/systemd.xml79
1 files changed, 69 insertions, 10 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 7ccc6edb2..e9a6e0163 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -219,19 +219,24 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>bootctl, busctl, coredumpctl, halt, hostnamectl, init, journalctl,
- kernel-install, localectl, loginctl, machinectl, networkctl, poweroff,
- reboot, runlevel, shutdown, systemctl, systemd-analyze,
+ <seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl),
+ hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
+ machinectl, networkctl, portablectl, poweroff (symlink to
+ systemctl), reboot (symlink to systemctl), resolvconf (symlink to
+ resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown
+ (symlink to systemctl), systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
- systemd-inhibit, systemd-machine-id-setup, systemd-mount,
- systemd-notify, systemd-nspawn, systemd-path, systemd-resolve,
- systemd-run, systemd-socket-activate,
- systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
- telinit, timedatectl, and udevadm</seg>
+ systemd-id128, systemd-inhibit, systemd-machine-id-setup,
+ systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
+ systemd-resolve (symlink to resolvectl), systemd-run,
+ systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
+ systemd-tty-ask-password-agent, systemd-umount (symlink to
+ systemd-mount), telinit (symlink to systemctl), timedatectl, and
+ udevadm</seg>
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
- libnss_resolve.so.2, libnss_systemd.so.2,
- libsystemd.so, libsystemd-shared-&systemd-version;.so,
+ libnss_resolve.so.2, libnss_systemd.so.2,
+ libsystemd.so, libsystemd-shared-&systemd-version;.so (in /lib/systemd),
and libudev.so</seg>
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
@@ -380,6 +385,17 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="portablectl">
+ <term><command>portablectl</command></term>
+ <listitem>
+ <para>Used to attach or detach portable services from the local
+ system</para>
+ <indexterm zone="ch-system-systemd portablectl">
+ <primary sortas="b-portablectl">portablectl</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="poweroff">
<term><command>poweroff</command></term>
<listitem>
@@ -402,6 +418,29 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="resolvconf">
+ <term><command>resolvconf</command></term>
+ <listitem>
+ <para>Register DNS server and domain configuration with
+ <command>systemd-resolved</command>)</para>
+ <indexterm zone="ch-system-systemd resolvconf">
+ <primary sortas="b-resolvconf">resolvconf</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="resolvectl">
+ <term><command>resolvectl</command></term>
+ <listitem>
+ <para>Send control commands to the network name resolution
+ manager, or resolve domain names, IPv4 and IPv6 addresses,
+ DNS records, and services.</para>
+ <indexterm zone="ch-system-systemd resolvectl">
+ <primary sortas="b-resolvectl">resolvectl</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="runlevel">
<term><command>runlevel</command></term>
<listitem>
@@ -533,6 +572,16 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="systemd-id128">
+ <term><command>systemd-id128</command></term>
+ <listitem>
+ <para>Generate and print id128 strings</para>
+ <indexterm zone="ch-system-systemd systemd-id128">
+ <primary sortas="b-systemd-id128">systemd-id128</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="systemd-inhibit">
<term><command>systemd-inhibit</command></term>
<listitem>
@@ -654,6 +703,16 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="systemd-umount">
+ <term><command>systemd-umount</command></term>
+ <listitem>
+ <para>Unmount mount points</para>
+ <indexterm zone="ch-system-systemd systemd-umount">
+ <primary sortas="b-systemd-umount">systemd-umount</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="systemd-tty-ask-password-agent">
<term><command>systemd-tty-ask-password-agent</command></term>
<listitem>