diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:33:18 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:33:18 +0200 |
commit | d672ab7d660f95484428882d9bebfa259ee9d368 (patch) | |
tree | d0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/systemd.xml | |
parent | c8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff) |
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 67b27b8d8..f003a1c47 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -205,7 +205,7 @@ meson --prefix=/usr \ use a network configuration other than what is provided by systemd-networkd:</para> <!-- Observed halting startup with dhcpcd handling the primary NIC --> - + <screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen> <!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out. @@ -213,7 +213,7 @@ meson --prefix=/usr \ <!-- <para>Prevent systemd from resetting the maximum PID value which causes some problems with packages and units in BLFS:</para> - + <screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen> --> @@ -251,8 +251,8 @@ meson --prefix=/usr \ <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, /etc/xdg/systemd, /usr/lib/systemd, /usr/lib/udev, /usr/include/systemd, - /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel, - /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd, + /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel, + /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;, /usr/share/factory, /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg> @@ -323,7 +323,7 @@ meson --prefix=/usr \ <term><command>init</command></term> <listitem> <para>Is the first process to be started when the kernel has initialized - the hardware which takes over the boot process and starts all + the hardware which takes over the boot process and starts all processes according to its configuration files. In this case, it starts systemd</para> <indexterm zone="ch-system-systemd init"> @@ -389,7 +389,7 @@ meson --prefix=/usr \ <varlistentry id="networkctl"> <term><command>networkctl</command></term> <listitem> - <para>Is used to introspect and configure the state of the network + <para>Is used to introspect and configure the state of the network links configured by systemd-networkd</para> <indexterm zone="ch-system-systemd networkctl"> <primary sortas="b-networkctl">networkctl</primary> @@ -477,7 +477,7 @@ meson --prefix=/usr \ <varlistentry id="shutdown"> <term><command>shutdown</command></term> <listitem> - <para>Brings the system down in a safe and secure manner, signaling + <para>Brings the system down in a safe and secure manner, signaling all processes and notifying all logged-in users</para> <indexterm zone="ch-system-systemd shutdown"> <primary sortas="b-shutdown">shutdown</primary> @@ -774,7 +774,7 @@ meson --prefix=/usr \ <varlistentry id="systemd-tty-ask-password-agent"> <term><command>systemd-tty-ask-password-agent</command></term> <listitem> - <para>Is used to list and/or process pending systemd password + <para>Is used to list and/or process pending systemd password requests</para> <indexterm zone="ch-system-systemd systemd-tty-ask-password-agent"> <primary sortas="b-systemd-tty-ask-password-agent">systemd-tty-ask-password-agent</primary> @@ -807,9 +807,9 @@ meson --prefix=/usr \ <varlistentry id="udevadm"> <term><command>udevadm</command></term> <listitem> - <para>Is a generic udev administration tool which controls the udevd - daemon, provides info from the Udev hardware database, monitors - uevents, waits for uevents to finish, tests udev configuration, and + <para>Is a generic udev administration tool which controls the udevd + daemon, provides info from the Udev hardware database, monitors + uevents, waits for uevents to finish, tests udev configuration, and triggers uevents for a given device</para> <indexterm zone="ch-system-systemd udevadm"> <primary sortas="b-udevadm">udevadm</primary> |