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/avahi.xml

    rcae7a6f r5bc57bb  
    242242    <title>Configuring avahi</title>
    243243
    244     <sect3  id="avahi-init">
    245       <title>Boot Script</title>
     244    <sect3  id="avahi-init-systemd">
     245      <title>Systemd Unit File</title>
    246246
    247247      <para>
    248         To automatically start the <command>avahi-daemon</command>
    249         when the system is rebooted, install the
    250         <filename>/etc/rc.d/init.d/avahi</filename> bootscript from
    251         the <xref linkend="bootscripts"/> package.
     248        This package will automatically install systemd units
     249        if systemd is detected. To enable them, issue the following
     250        commands as the <systemitem class="username">root</systemitem>
     251        user:
    252252      </para>
    253253
    254       <indexterm zone="avahi avahi-init">
     254      <indexterm zone="avahi avahi-init-systemd">
    255255        <primary sortas="f-avahi">avahi</primary>
    256256      </indexterm>
    257257
    258 <screen role="root"><userinput>make install-avahi</userinput></screen>
     258<screen role="root"><userinput>systemctl enable avahi-daemon</userinput></screen>
     259
     260      <para>
     261        If desired issue the following command as the <systemitem class="username">root</systemitem>
     262        user:
     263      </para>
     264 
     265<screen role="root"><userinput>systemctl enable avahi-dnsconfd</userinput></screen>
    259266
    260267    </sect3>
Note: See TracChangeset for help on using the changeset viewer.