Changeset d555a31 for server/databases


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

Location:
server/databases
Files:
2 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>
  • server/databases/postgresql.xml

    r5bc57bb rd555a31  
    247247    </sect3>
    248248
    249     <sect3  id="postgresql-init">
    250       <title>Boot Script</title>
    251 
    252       <para>Install the <filename>/etc/rc.d/init.d/postgresql</filename>
    253       init script included in the
    254       <xref linkend="bootscripts"/> package.</para>
    255 
    256       <indexterm zone="postgresql postgresql-init">
     249    <sect3  id="postgresql-init-systemd">
     250      <title>Systemd Unit File</title>
     251
     252      <para>The systemd-units package provides a native systemd unit file.
     253       To install and enable the systemd unit file included
     254       in the <xref linkend="systemd-units"/> package, run the following
     255       command as the <systemitem class="username">root</systemitem>user:
     256       </para>
     257
     258      <indexterm zone="postgresql postgresql-init-systemd">
    257259        <primary sortas="f-postgresql">postgresql</primary>
    258260      </indexterm>
Note: See TracChangeset for help on using the changeset viewer.