Changeset 6bc9f487 for server/other


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

Location:
server/other
Files:
1 edited
3 moved

Legend:

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

    rebf2e95 r6bc9f487  
    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>
  • server/other/other.xml

    rebf2e95 r6bc9f487  
    2323  that you can analyze the risks.</para>
    2424
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openldap.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openldap-systemd.xml"/>
    2626<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="soprano.xml"/>-->
    27   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unbound.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unbound-systemd.xml"/>
    2828<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="virtuoso.xml"/>-->
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinetd.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinetd-systemd.xml"/>
    3030
    3131</chapter>
  • server/other/unbound-systemd.xml

    rebf2e95 r6bc9f487  
    211211
    212212    <sect3 id="unbound-init">
    213       <title>Boot Script</title>
    214 
    215       <para>If you want the <application>Unbound</application> server to
    216       start automatically when the system is booted, install the
    217       <filename>/etc/rc.d/init.d/unbound</filename> init script included
    218       in the <xref linkend="bootscripts"/> package.</para>
     213      <title>Systemd Units</title>
     214
     215      <para>
     216        To start the <command>unbound</command> daemon at boot,
     217        install the systemd unit from the <xref linkend="bootscripts"/>
     218        package by running the following command as the
     219        <systemitem class="username">root</systemitem> user:
     220      </para>
    219221
    220222      <indexterm zone="unbound unbound-init">
  • server/other/xinetd-systemd.xml

    rebf2e95 r6bc9f487  
    397397
    398398    <sect3  id="xinetd-init">
    399       <title>Boot Script</title>
    400 
    401       <para>As the <systemitem class="username">root</systemitem> user, install
    402       the <filename>/etc/rc.d/init.d/xinetd</filename> init script included in
    403       the <xref linkend="bootscripts"/> package.</para>
     399      <title>Systemd Units</title>
     400
     401      <para>
     402        To start the <command>xinetd</command> daemon at boot,
     403        install the systemd unit from the <xref linkend="bootscripts"/>
     404        package by running the following command as the
     405        <systemitem class="username">root</systemitem> user:
     406      </para>
    404407
    405408      <indexterm zone="xinetd xinetd-init">
     
    410413
    411414      <para>As the <systemitem class="username">root</systemitem> user,
    412       use the new boot script to start <command>xinetd</command>:</para>
    413 
    414 <screen role="root"><userinput>/etc/rc.d/init.d/xinetd start</userinput></screen>
    415 
    416       <para>Check the <filename>/var/log/daemon.log</filename> to ensure the
     415      use the <command>systemctl</command> utility to start
     416      <command>xinetd</command>:</para>
     417
     418<screen role="root"><userinput>systemctl start xinetd</userinput></screen>
     419
     420      <para>Check the <command>journalctl</command> output to ensure the
    417421      appropriate services are started. If no services are enabled, the program
    418422      will not start without the <option>-stayalive</option> option.</para>
Note: See TracChangeset for help on using the changeset viewer.