Changeset 608cda6 for server/databases


Ignore:
Timestamp:
07/20/2014 02:56:02 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
2b27f103
Parents:
3452097f
Message:

Merge more systemd integration from Christopher.

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

Location:
server/databases
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • server/databases/databases.xml

    r3452097f r608cda6  
    2323
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="db.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mariadb.xml"/>
    26   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="postgresql.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mariadb-systemd.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="postgresql-systemd.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sqlite.xml"/>
    2828
  • server/databases/mariadb-systemd.xml

    r3452097f r608cda6  
    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>
  • server/databases/postgresql-systemd.xml

    r3452097f r608cda6  
    248248
    249249    <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>
     250      <title>Systemd Units</title>
     251
     252      <para>
     253        To start the <command>postgresql</command> daemon at boot,
     254        install the systemd unit from the <xref linkend="bootscripts"/>
     255        package by running the following command as the
     256        <systemitem class="username">root</systemitem> user:
     257      </para>
    255258
    256259      <indexterm zone="postgresql postgresql-init">
Note: See TracChangeset for help on using the changeset viewer.