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

    r5bc57bb rd555a31  
    352352    </sect3>
    353353
    354     <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.
    362       </para>
    363 
    364       <indexterm zone="mariadb mariadb-init">
     354    <sect3 id="mariadb-init-systemd">
     355      <title>Systemd Unit File</title>
     356
     357      <para>The systemd-units package provides a native systemd unit file.
     358       To install and enable the systemd unit file included
     359       in the <xref linkend="systemd-units"/> package, run the following
     360       command as the <systemitem class="username">root</systemitem> user:
     361       </para>
     362
     363      <note>
     364      <para>
     365        Since MariaDB is a fork of MySQL, they use the same unit file.
     366        The "make install-mysqld" is not a typo.
     367      </para>
     368      </note>
     369
     370      <indexterm zone="mariadb mariadb-init-systemd">
    365371        <primary sortas="f-mysql">mysql</primary>
    366372      </indexterm>
    367373
    368 <screen role="root"><userinput>make install-mysql</userinput></screen>
     374<screen role="root"><userinput>make install-mysqld</userinput></screen>
    369375
    370376    </sect3>
Note: See TracChangeset for help on using the changeset viewer.