Changeset e2a1442
- Timestamp:
- 10/15/2019 03:39:27 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- bb8b4003
- Parents:
- ff803c4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rff803c4 re2a1442 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 1 4th, &year;">9 <!ENTITY releasedate "October 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
networking/netutils/networkmanager.xml
rff803c4 re2a1442 438 438 439 439 <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 <!-- 441 443 <para revision="systemd"> 442 444 <application>NetworkManager</application> also ships a systemd unit … … 449 451 450 452 <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> 451 466 452 467 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.