Changeset be67218


Ignore:
Timestamp:
07/20/2014 03:22:14 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
4321c68
Parents:
6bc9f48
Message:

Merge more Christopher's work. Import systemd units.

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

Files:
73 added
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • server/mail/postfix-systemd.xml

    r6bc9f48 rbe67218  
    406406
    407407    <sect3 id="postfix-init">
    408       <title>Systemd Unit</title>
     408      <title>Systemd Units</title>
    409409
    410410      <para>
  • server/major/apache-systemd.xml

    r6bc9f48 rbe67218  
    257257
    258258    <sect3  id="httpd-init">
    259       <title>Boot Script</title>
     259      <title>Systemd Units</title>
    260260
    261261      <para>
    262         If you want the <application>Apache</application> server to
    263         start automatically when the system is booted, install the
    264         <filename>/etc/rc.d/init.d/httpd</filename> init script included
    265         in the <xref linkend="bootscripts"/> package.
     262        To start the <command>httpd</command> daemon at boot,
     263        install the systemd unit from the <xref linkend="bootscripts"/>
     264        package by running the following command as the
     265        <systemitem class="username">root</systemitem> user:
    266266      </para>
    267267
    268268      <indexterm zone="apache httpd-init">
    269         <primary sortas="f-apache">apache</primary>
     269        <primary sortas="f-httpd">httpd</primary>
    270270      </indexterm>
    271271
  • server/major/bind-systemd.xml

    r6bc9f48 rbe67218  
    414414
    415415    <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>
     416      <title>Systemd Units</title>
     417
     418      <para>
     419        To start the <command>named</command> daemon at boot,
     420        install the systemd unit from the <xref linkend="bootscripts"/>
     421        package by running the following command as the
     422        <systemitem class="username">root</systemitem> user:
     423      </para>
    421424
    422425      <indexterm zone="bind bind-init">
     
    424427      </indexterm>
    425428
    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>
     429<screen role="root"><userinput>make install-named</userinput></screen>
     430
     431      <para>Now start <application>BIND</application> using
     432      the <command>systemctl</command> utility:</para>
     433
     434<screen role="root"><userinput>systemctl start named</userinput></screen>
    432435
    433436    </sect3>
  • server/major/major.xml

    r6bc9f48 rbe67218  
    1919  to users or other programs.</para>
    2020
    21   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bind.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="proftpd.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vsftpd.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache-systemd.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bind-systemd.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="proftpd-systemd.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vsftpd-systemd.xml"/>
    2525
    2626</chapter>
  • server/major/proftpd-systemd.xml

    r6bc9f48 rbe67218  
    233233
    234234    <sect3  id="proftpd-init">
    235       <title>Boot Script</title>
    236 
    237       <para>Install the <filename>/etc/rc.d/init.d/proftpd</filename> init
    238       script included in the <xref linkend="bootscripts"/>
    239       package.</para>
     235      <title>Systemd Units</title>
     236
     237      <para>
     238        To start the <command>proftpd</command> daemon at boot,
     239        install the systemd unit from the <xref linkend="bootscripts"/>
     240        package by running the following command as the
     241        <systemitem class="username">root</systemitem> user:
     242      </para>
    240243
    241244      <indexterm zone="proftpd proftpd-init">
  • server/major/vsftpd-systemd.xml

    r6bc9f48 rbe67218  
    181181
    182182    <sect3  id="vsftpd-init">
    183       <title>Boot Script</title>
    184 
    185       <para>Install the <filename>/etc/rc.d/init.d/vsftpd</filename>
    186       init script included in the
    187       <xref linkend="bootscripts"/> package.</para>
     183      <title>Systemd Units</title>
     184
     185      <para>
     186        To start the <command>vsftpd</command> daemon at boot,
     187        install the systemd unit from the <xref linkend="bootscripts"/>
     188        package by running the following command as the
     189        <systemitem class="username">root</systemitem> user:
     190      </para>
    188191
    189192<screen role="root"><userinput>make install-vsftpd</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.