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

Merge more systemd integration from Christopher.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • server/other/openldap-systemd.xml

    rebf2e95 r6bc9f48  
    407407
    408408    <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:
     409      <title>Systemd Units</title>
     410
     411      <para>
     412        To start the <command>slapd</command> daemon at boot,
     413        install the systemd unit from the <xref linkend="bootscripts"/>
     414        package by running the following command as the
     415        <systemitem class="username">root</systemitem> user:
    416416      </para>
    417417
     
    425425        <para>
    426426          You'll need to modify the
    427           <filename>/etc/sysconfig/slapd</filename> to include the
     427          <filename>/etc/default/slapd</filename> to include the
    428428          parameters needed for your specific configuration. See the
    429429          <command>slapd</command> man page for parameter information.
     
    437437
    438438      <para>
    439         Start the LDAP server using the init script:
    440       </para>
    441 
    442 <screen role="root"><userinput>/etc/rc.d/init.d/slapd start</userinput></screen>
     439        Start the LDAP server using <command>systemctl</command>:
     440      </para>
     441
     442<screen role="root"><userinput>systemctl start slapd</userinput></screen>
    443443
    444444      <para>
Note: See TracChangeset for help on using the changeset viewer.