Ignore:
Timestamp:
06/05/2016 05:57:10 AM (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:
422bd2c
Parents:
eb3dbe3
Message:

[Systemd merge] - Complete changes for Chapter 4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/stunnel.xml

    reb3dbe3 rf586237  
    150150<screen role="root"><userinput>make docdir=/usr/share/doc/stunnel-&stunnel-version; install</userinput></screen>
    151151
     152    <para revision="systemd">
     153      Install the included systemd unit by running the following command as the
     154      <systemitem class="username">root</systemitem> user:
     155    </para>
     156
     157<screen role="root" revision="systemd"><userinput>install -v -m644 tools/stunnel.service /lib/systemd/system</userinput></screen>
     158
    152159    <para>If you do not already have a signed SSL Certificate and Private Key,
    153160    create the <filename>stunnel.pem</filename> file in the
     
    255262
    256263    <sect3  id="stunnel-init">
    257       <title>Boot Script</title>
    258 
    259       <para>To automatically start the <command>stunnel</command> daemon
    260       when the system is booted, install the
     264      <title><phrase revision="sysv">Boot Script</phrase>
     265             <phrase revision="systemd">Systemd Unit</phrase></title>
     266
     267      <para revision="sysv">To automatically start the
     268      <command>stunnel</command> daemon when the system is booted, install the
    261269      <filename>/etc/rc.d/init.d/stunnel</filename> bootscript from the
    262       <xref linkend="bootscripts" revision="sysv"/>
    263       <xref linkend="systemd-units" revision="systemd"/> package.</para>
     270      <xref linkend="bootscripts"/> package.</para>
     271
     272      <para revision="systemd">To start the <command>stunnel</command>
     273      daemon at boot, enalbe the previously installed
     274      <application>systemd</application> unit by running the following command
     275     as the <systemitem class="username">root</systemitem> user:</para>
    264276
    265277      <indexterm zone="stunnel stunnel-init">
     
    267279      </indexterm>
    268280
    269 <screen role="root"><userinput>make install-stunnel</userinput></screen>
     281<screen role="root" revision="sysv"><userinput>make install-stunnel</userinput></screen>
     282
     283<screen role="root" revision="systemd"><userinput>systemctl enable stunnel</userinput></screen>
    270284
    271285    </sect3>
Note: See TracChangeset for help on using the changeset viewer.