Ignore:
Timestamp:
07/20/2014 02:56:02 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
be67218
Parents:
ebf2e95
Message:

Merge more systemd integration from Christopher.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb-systemd.xml

    rebf2e95 r6bc9f48  
    353353
    354354    <sect3 id="mariadb-init">
    355       <title>Boot Script</title>
    356 
    357       <para>
    358         Install the <filename>/etc/rc.d/init.d/mysql</filename> init script
    359         included in the <xref linkend="bootscripts"/> package as
    360         the <systemitem class="username">root</systemitem> user to start the
    361         <application>MariaDB</application> server during system boot-up.
     355      <title>Systemd Units</title>
     356
     357      <para>
     358        To start the <command>mysqld</command> daemon at boot,
     359        install the systemd unit from the <xref linkend="bootscripts"/>
     360        package by running the following command as the
     361        <systemitem class="username">root</systemitem> user:
    362362      </para>
    363363
     
    366366      </indexterm>
    367367
    368 <screen role="root"><userinput>make install-mysql</userinput></screen>
     368<screen role="root"><userinput>make install-mysqld</userinput></screen>
    369369
    370370    </sect3>
Note: See TracChangeset for help on using the changeset viewer.