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/mail/exim.xml

    r5bc57bb rd555a31  
    280280    </sect3>
    281281
    282     <sect3  id="exim-init">
    283       <title>Boot Script</title>
    284 
    285       <para>To automate the running of <command>exim</command> at startup,
    286       install the <filename>/etc/rc.d/init.d/exim</filename> init script
    287       included in the <xref linkend="bootscripts"/>
    288       package.</para>
    289 
    290       <indexterm zone="exim exim-init">
     282    <sect3  id="exim-init-systemd">
     283      <title>Systemd Unit File</title>
     284
     285      <para>The systemd-units package provides a native systemd unit file.
     286       To install and enable the systemd unit file included
     287       in the <xref linkend="systemd-units"/> package, run the following
     288       command as the <systemitem class="username">root</systemitem>user:
     289      </para>
     290
     291      <indexterm zone="exim exim-init-systemd">
    291292        <primary sortas="f-exim">exim</primary>
    292293      </indexterm>
    293294
    294295<screen role="root"><userinput>make install-exim</userinput></screen>
    295 
    296       <para>The bootscript also starts the <application>Exim</application>
    297       daemon and dispatches a queue runner process every 15 minutes. Modify
    298       the <option>-q<replaceable>&lt;time interval&gt;</replaceable></option>
    299       parameter in <filename>/etc/rc.d/init.d/exim</filename>, if necessary
    300       for your installation.</para>
    301296
    302297    </sect3>
Note: See TracChangeset for help on using the changeset viewer.