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