Ignore:
Timestamp:
09/20/2021 07:37:34 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
60870bc
Parents:
e680022 (diff), 7e62bbc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    re680022 r716db1f  
    206206    systemd-networkd:</para>
    207207    <!-- Observed halting startup with dhcpcd handling the primary NIC -->
    208  
     208
    209209<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    210210
     
    214214    <para>Prevent systemd from resetting the maximum PID value which causes
    215215    some problems with packages and units in BLFS:</para>
    216    
     216
    217217<screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen>
    218218-->
     
    379379        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    380380        /etc/xdg/systemd, /usr/lib/systemd, /usr/lib/udev, /usr/include/systemd,
    381         /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel, 
    382         /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd, 
     381        /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel,
     382        /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd,
    383383        /usr/lib/tmpfiles.d,
    384384        /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
     
    451451        <listitem>
    452452          <para>Is the first process to be started when the kernel has initialized
    453           the hardware which takes over the boot process and starts all 
     453          the hardware which takes over the boot process and starts all
    454454          processes according to its configuration files. In this case, it starts
    455455          systemd</para>
     
    517517        <term><command>networkctl</command></term>
    518518        <listitem>
    519           <para>Is used to introspect and configure the state of the network 
     519          <para>Is used to introspect and configure the state of the network
    520520          links configured by systemd-networkd</para>
    521521          <indexterm zone="ch-system-systemd networkctl">
     
    605605        <term><command>shutdown</command></term>
    606606        <listitem>
    607           <para>Brings the system down in a safe and secure manner, signaling 
     607          <para>Brings the system down in a safe and secure manner, signaling
    608608          all processes and notifying all logged-in users</para>
    609609          <indexterm zone="ch-system-systemd shutdown">
     
    902902        <term><command>systemd-tty-ask-password-agent</command></term>
    903903        <listitem>
    904           <para>Is used to list and/or process pending systemd password 
     904          <para>Is used to list and/or process pending systemd password
    905905          requests</para>
    906906          <indexterm zone="ch-system-systemd systemd-tty-ask-password-agent">
     
    935935        <term><command>udevadm</command></term>
    936936        <listitem>
    937           <para>Is a generic udev administration tool which controls the udevd 
    938           daemon, provides info from the Udev hardware database, monitors 
    939           uevents, waits for uevents to finish, tests udev configuration, and 
     937          <para>Is a generic udev administration tool which controls the udevd
     938          daemon, provides info from the Udev hardware database, monitors
     939          uevents, waits for uevents to finish, tests udev configuration, and
    940940          triggers uevents for a given device</para>
    941941          <indexterm zone="ch-system-systemd udevadm">
Note: See TracChangeset for help on using the changeset viewer.