Ignore:
Timestamp:
07/20/2014 02:21:04 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
ebf2e95
Parents:
d49cae5
Message:

More systemd integration merged from Christopher's branch.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • networking/netutils/wicd-systemd.xml

    rd49cae5 rabf6e26b  
    115115    commands:</para>
    116116
    117 <screen><userinput>sed -i '/wpath.logrotate\|wpath.systemd/d' setup.py &amp;&amp;
    118 rm po/*.po                                          &amp;&amp;
     117<screen><userinput>rm po/*.po &amp;&amp;
    119118python setup.py configure --no-install-kde     \
    120119                          --no-install-acpi    \
     
    138137    in order for the build to complete.</para>
    139138
    140     <para><command>sed -i '/wpath...</command>: This <command>sed</command>
    141     prevents installation of <command>logrotate</command> and systemd
    142     configuration files. You may omit it if you use these utilities.</para>
    143 
    144139    <para><option>--no-install-kde</option>: Prevent installation of an
    145140    autostart desktop file for KDE. If you use KDE, you should instead install the
     
    175170
    176171    <sect3 id="wicd-init">
    177       <title>Configuration Information</title>
    178 
    179       <para>To automatically start Wicd at boot time, you need to first install
    180       the Wicd bootscript,
    181       <filename>/etc/rc.d/init.d/wicd</filename>,
    182       included in the <xref linkend="bootscripts"/> package
    183       (as user <systemitem class="username">root</systemitem>):</para>
     172      <title>Systemd Units</title>
     173
     174      <para>
     175        To start the <command>wicd</command> daemon at boot, enable
     176        the previously installed systemd unit by running the following command
     177        as the <systemitem class="username">root</systemitem> user:
     178      </para>
    184179
    185180      <indexterm zone="wicd wicd-init">
    186         <primary sortas="f-wicd">wicd (bootscript)</primary>
     181        <primary sortas="f-wicd">wicd</primary>
    187182      </indexterm>
    188183
    189       <screen role='root'><userinput>make install-wicd</userinput></screen>
    190 
    191       <para>Since Wicd will now handle all configuration of network devices,
    192       the network bootscript installed by LFS should be disabled. This can be
    193       achieved by either removing any <filename>S*network</filename> and
    194       <filename>K*network</filename> symlinks in the <filename>/etc/rc*.d</filename>
    195       directories or by setting <literal>ONBOOT=no</literal> in any
    196       <filename>/etc/sysconfig/ifconfig.*</filename> files.</para>
     184      <screen role="root"><userinput>systemctl enable wicd</userinput></screen>
    197185
    198186      <para>No manual configuration of Wicd is needed if you use the graphical
Note: See TracChangeset for help on using the changeset viewer.