Ignore:
Timestamp:
07/15/2014 11:44:38 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
d555a31
Parents:
cae7a6f
Message:

Converted ntp rpcbind rsync samba wpa_supplicant avahi networkmanager and wicd pages to systemd

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13414 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    rcae7a6f r5bc57bb  
    133133            --with-nmtui         \
    134134            --disable-ppp        \
    135             --with-systemdsystemunitdir=no &amp;&amp;
     135            --with-session-tracking=systemd \
     136            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    136137make</userinput></screen>
    137138
     
    158159
    159160    <para>
    160       <parameter>--with-systemdsystemunitdir=no</parameter>: This parameter is
    161       used for sysv init systems. If you use systemd, replace "no" by the
    162       proper directory.
     161      <parameter>--with-systemdsystemunitdir=/lib/systemd/system</parameter>: This parameter is
     162      used to specifiy the correct location for the systemd unit files.
     163    </para>
     164
     165    <para>
     166      <parameter>--with-session-tracking=systemd</parameter>: This parameter
     167       enables the use of systemd-logind for session tracking.
    163168    </para>
    164169
     
    223228    </sect3>
    224229
    225     <sect3 id="NetworkManager-init">
    226       <title>Boot Script</title>
     230    <sect3 id="NetworkManager-init-systemd">
     231      <title>Systemd Unit File</title>
    227232
    228233      <para>
    229         To automatically start the <command>NetworkManager</command> daemon when the
    230         system is rebooted, install the
    231         <filename>/etc/rc.d/init.d/networkmanager</filename> bootscript from the
    232         <xref linkend="bootscripts"/> package.
     234        This package will automatically install systemd units if systemd is detected.
     235        To enable the NetworkManager daemon, issue the following command as the
     236        <systemitem class="username">root</systemitem> user:
    233237      </para>
    234238
    235       <indexterm zone="NetworkManager NetworkManager-init">
     239      <indexterm zone="NetworkManager NetworkManager-init-systemd">
    236240        <primary sortas="f-NetworkManager">NetworkManager</primary>
    237241      </indexterm>
    238242
    239 <screen role="root"><userinput>make install-networkmanager</userinput></screen>
     243<screen role="root"><userinput>systemctl enable NetworkManager</userinput></screen>
     244
     245      <para>
     246        The other systemd unit that this package provides is NetworkManager-wait-online.service
     247        which can be used to block programs that require connectivity (depending on the systemd network.target)
     248        from starting untill the network interfaces have been configured.
     249      </para>
    240250
    241251    </sect3>
Note: See TracChangeset for help on using the changeset viewer.