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/databases/mariadb.xml

    rbea508c r1258125  
    363363
    364364    <sect3 id="mariadb-init">
    365       <title>Boot Script</title>
     365      <title><phrase revision="sysv">Boot Script</phrase>
     366             <phrase revision="systemd">Systemd Unit</phrase></title>
    366367
    367368      <para>
    368         Install the <filename>/etc/rc.d/init.d/mysql</filename> init script
    369         included in the <xref linkend="bootscripts" revision="sysv"/>
     369        Install the
     370        <phrase revision="sysv"><filename>/etc/rc.d/init.d/mysql</filename> init
     371        script</phrase>
     372        <phrase revision="systemd"><filename>mysqld.service</filename>
     373        unit</phrase> included in the
     374        <xref linkend="bootscripts" revision="sysv"/>
    370375        <xref linkend="systemd-units" revision="systemd"/> package as
    371376        the <systemitem class="username">root</systemitem> user to start the
     
    377382      </indexterm>
    378383
    379 <screen role="root"><userinput>make install-mysql</userinput></screen>
     384<screen role="root" revision="sysv"><userinput>make install-mysql</userinput></screen>
     385
     386<screen role="root" revision="systemd"><userinput>make install-mysqld</userinput></screen>
    380387
    381388    </sect3>
Note: See TracChangeset for help on using the changeset viewer.