From 78cc3be1c3edc5f411095e26ae251b290b17bfe5 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 13 Mar 2019 17:58:54 +0000 Subject: 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 --- chapter06/systemd.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 69 insertions(+), 10 deletions(-) (limited to 'chapter06/systemd.xml') 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 Installed directories - bootctl, busctl, coredumpctl, halt, hostnamectl, init, journalctl, - kernel-install, localectl, loginctl, machinectl, networkctl, poweroff, - reboot, runlevel, shutdown, systemctl, systemd-analyze, + 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 + 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 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 /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 + + portablectl + + Used to attach or detach portable services from the local + system + + portablectl + + + + poweroff @@ -402,6 +418,29 @@ chmod 755 /lib/systemd/systemd-user-sessions + + resolvconf + + Register DNS server and domain configuration with + systemd-resolved) + + resolvconf + + + + + + resolvectl + + Send control commands to the network name resolution + manager, or resolve domain names, IPv4 and IPv6 addresses, + DNS records, and services. + + resolvectl + + + + runlevel @@ -533,6 +572,16 @@ chmod 755 /lib/systemd/systemd-user-sessions + + systemd-id128 + + Generate and print id128 strings + + systemd-id128 + + + + systemd-inhibit @@ -654,6 +703,16 @@ chmod 755 /lib/systemd/systemd-user-sessions + + systemd-umount + + Unmount mount points + + systemd-umount + + + + systemd-tty-ask-password-agent -- cgit v1.2.3-54-g00ecf