Ignore:
Timestamp:
02/16/2021 05:31:31 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d15bbff
Parents:
164d38e
Message:

clean up short descriptions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r164d38e r8d35535  
    349349          the hardware which takes over the boot process and starts all
    350350          processes according to its configuration files. In this case, it starts
    351           systemd.</para>
     351          systemd</para>
    352352          <indexterm zone="ch-system-systemd init">
    353353            <primary sortas="b-init">init</primary>
     
    370370        <listitem>
    371371          <para>Is used to add and remove kernel and initramfs images to and
    372           from /boot. In LFS, this is done manually.</para>
     372          from /boot. In LFS, this is done manually</para>
    373373          <indexterm zone="ch-system-systemd kernel-install">
    374374            <primary sortas="b-kernel-install">kernel-install</primary>
     
    470470          <para>Sends control commands to the network name resolution
    471471          manager, or resolves domain names, IPv4 and IPv6 addresses,
    472           DNS records, and services.</para>
     472          DNS records, and services</para>
    473473          <indexterm zone="ch-system-systemd resolvectl">
    474474            <primary sortas="b-resolvectl">resolvectl</primary>
     
    536536        <listitem>
    537537          <para>Is used to connect the STDOUT and STDERR outputs of a process
    538           with the systemd journal.
     538          with the systemd journal
    539539          </para>
    540540          <indexterm zone="ch-system-systemd systemd-cat">
     
    582582        <listitem>
    583583          <para>Detects whether the system is being run in a virtual
    584           environment, and adjusts udev accordingly.</para>
     584          environment, and adjusts udev accordingly</para>
    585585          <indexterm zone="ch-system-systemd systemd-detect-virt">
    586586            <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
     
    592592        <term><command>systemd-dissect</command></term>
    593593        <listitem>
    594           <para>Is used to inspect OS disk images.</para>
     594          <para>Is used to inspect OS disk images</para>
    595595          <indexterm zone="ch-system-systemd systemd-dissect">
    596596            <primary sortas="b-systemd-dissect">systemd-dissect</primary>
     
    635635          <para>Is used to execute a program with a shutdown, sleep or idle
    636636          inhibitor lock taken, preventing an action such as a system shutdown
    637           until the process is completed.</para>
     637          until the process is completed</para>
    638638          <indexterm zone="ch-system-systemd systemd-inhibit">
    639639            <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
     
    657657        <term><command>systemd-mount</command></term>
    658658        <listitem>
    659           <para>Is used to temporarily mount or automount disks.</para>
     659          <para>Is used to temporarily mount or automount disks</para>
    660660          <indexterm zone="ch-system-systemd systemd-mount">
    661661            <primary sortas="b-systemd-mount">systemd-mount</primary>
     
    700700        <listitem>
    701701          <para>Is used to grow and add partitions to a partition table when
    702           systemd is used in an OS image (e.g. a container).</para>
     702          systemd is used in an OS image (e.g. a container)</para>
    703703          <indexterm zone="ch-system-systemd systemd-repart">
    704704            <primary sortas="b-systemd-repart">systemd-repart</primary>
     
    723723          <para>Is used to create and start a transient .service or a .scope
    724724          unit and run the specified command in it. This is useful for
    725           validating systemd units.</para>
     725          validating systemd units</para>
    726726          <indexterm zone="ch-system-systemd systemd-run">
    727727            <primary sortas="b-systemd-run">systemd-run</primary>
     
    734734        <listitem>
    735735          <para>Is used to listen on socket devices and launch a process upon
    736           a successful connection to the socket.</para>
     736          a successful connection to the socket</para>
    737737          <indexterm zone="ch-system-systemd systemd-socket-activate">
    738738            <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
Note: See TracChangeset for help on using the changeset viewer.