Ignore:
Timestamp:
07/15/2014 01:58:24 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
30c0de0
Parents:
5bc57bb
Message:

Converted svnserver mariadb postgresql dovecot exim postfix apache bind proftpd vsftpd openldap unbound and xinetd pages to systemd

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r5bc57bb rd555a31  
    413413    </sect3>
    414414
    415     <sect3  id="bind-init">
    416       <title>Boot Script</title>
    417 
    418       <para>To start the DNS server at boot, install the
    419       <filename>/etc/rc.d/init.d/bind</filename> init script included
    420       in the <xref linkend="bootscripts"/> package.</para>
    421 
    422       <indexterm zone="bind bind-init">
     415    <sect3  id="bind-init-systemd">
     416      <title>Systemd Unit File</title>
     417
     418      <para>The systemd-units package provides a native systemd unit file.
     419       to install and enable the systemd unit file included
     420       in the <xref linkend="systemd-units"/> package, run the following
     421       command as the <systemitem class="username">root</systemitem>user:</para>
     422
     423      <indexterm zone="bind bind-init-systemd">
    423424        <primary sortas="f-bind">bind</primary>
    424425      </indexterm>
    425426
    426 <screen role="root"><userinput>make install-bind</userinput></screen>
    427 
    428       <para>Now start <application>BIND</application> with
    429       the new boot script:</para>
    430 
    431 <screen role="root"><userinput>/etc/rc.d/init.d/bind start</userinput></screen>
     427<screen role="root"><userinput>make install-named</userinput></screen>
    432428
    433429    </sect3>
Note: See TracChangeset for help on using the changeset viewer.