Ignore:
Timestamp:
10/15/2019 03:39:27 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bb8b4003
Parents:
ff803c4
Message:

NetworkManager: on systemd, NetworkManager-wait-online.service is now enabled by default. Let's provide instructions to disable that behavior instead.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22251 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    rff803c4 re2a1442  
    438438
    439439<screen role="root" revision="systemd"><userinput>systemctl enable NetworkManager</userinput></screen>
    440 
     440<!-- The below instruction is obsolete. NetworkManager-wait-online is now
     441     enabled by default when enabling NetworkManager. -->
     442<!--
    441443      <para revision="systemd">
    442444        <application>NetworkManager</application> also ships a systemd unit
     
    449451
    450452<screen role="root" revision="systemd"><userinput>systemctl enable NetworkManager-wait-online</userinput></screen>
     453   -->
     454      <!-- As such, let's now provide instructions on how to disable that
     455           behavior, for those who wish to do so. -->
     456      <para revision="systemd">
     457        Starting in version 1.11.2 of <application>NetworkManager</application>,
     458        a systemd unit named <filename>NetworkManager-wait-online.service</filename>
     459        is enabled, which is used to prevent services that require network
     460        connectivity from starting until <application>NetworkManager</application>
     461        establishes a connection. To disable this behavior, run the following
     462        command as the <systemitem class="username">root</systemitem> user:
     463      </para>
     464
     465<screen role="root" revision="systemd"><userinput>systemctl disable NetworkManager-wait-online</userinput></screen>
    451466
    452467    </sect3>
Note: See TracChangeset for help on using the changeset viewer.