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/other/openldap.xml

    r5bc57bb rd555a31  
    406406    </sect3>
    407407
    408     <sect3 id="openldap-init">
    409       <title>Boot Script</title>
    410 
    411       <para>
    412         To automate the startup of the LDAP server at system bootup,
    413         install the <filename>/etc/rc.d/init.d/slapd</filename> init script
    414         included in the <xref linkend="bootscripts"/> package
    415         using the following command:
    416       </para>
    417 
    418       <indexterm zone="openldap openldap-init">
     408    <sect3 id="openldap-init-systemd">
     409      <title>Systemd Unit File</title>
     410
     411       <para>The systemd-units package provides a native systemd unit file.
     412       To install and enable the systemd unit file included
     413       in the <xref linkend="systemd-units"/> package, run the following
     414       command as the <systemitem class="username">root</systemitem>user:
     415      </para>
     416
     417      <indexterm zone="openldap openldap-init-systemd">
    419418        <primary sortas="f-slapd">slapd</primary>
    420419      </indexterm>
     
    425424        <para>
    426425          You'll need to modify the
    427           <filename>/etc/sysconfig/slapd</filename> to include the
     426          <filename>/etc/default/slapd</filename> to include the
    428427          parameters needed for your specific configuration. See the
    429428          <command>slapd</command> man page for parameter information.
Note: See TracChangeset for help on using the changeset viewer.