Ignore:
Timestamp:
06/11/2016 06:14:42 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3e42104
Parents:
bea508c
Message:

[Systemd merge] - Section V

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17481 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/sendmail.xml

    rbea508c r1258125  
    261261
    262262    <sect3  id="sendmail-init">
    263       <title>Boot Script</title>
     263      <title><phrase revision="sysv">Boot Script</phrase>
     264             <phrase revision="systemd">Systemd Unit</phrase></title>
    264265
    265266      <para>To automate the running of <application>sendmail</application>
    266       at startup, install the <filename>/etc/rc.d/init.d/sendmail</filename>
    267       init script included in the
     267      at startup, install the
     268      <phrase revision="sysv"><filename>/etc/rc.d/init.d/sendmail</filename>
     269      init script</phrase>
     270      <phrase revision="systemd"><filename>sendmail.service</filename>
     271      unit</phrase> included in the
    268272      <xref linkend="bootscripts" revision="sysv"/>
    269273      <xref linkend="systemd-units" revision="systemd"/> package.</para>
     
    278282        <para>The -qNm option to <command>sendmail</command>, where N is number
    279283        of minutes, controls how often <application>sendmail</application> will
    280         process the mail queue. A default of 5 minutes is used in the init
    281         script. Individual workstation users may want to set this as low as 1
    282         minute, large installations handling more mail may want to set it
    283         higher.</para>
     284        process the mail queue. A default of 5 minutes is used in the
     285        <phrase revision="sysv">init script.</phrase>
     286        <phrase revision="systemd">systemd unit.</phrase> Individual
     287        workstation users may want to set this as low as 1 minute, large
     288        installations handling more mail may want to set it higher.</para>
    284289      </note>
    285290
Note: See TracChangeset for help on using the changeset viewer.