Changeset 826b4c1e


Ignore:
Timestamp:
07/23/2014 10:45:22 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-11177
Children:
bf2876fb
Parents:
c3dfef2
Message:

Added systemd unit section to libcanberra page.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc3dfef2 r826b4c1e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
  • multimedia/libdriv/libcanberra.xml

    rc3dfef2 r826b4c1e  
    130130
    131131  </sect2>
     132
     133    <sect2 role="configuration">
     134    <title>Configuring Libcanberra</title>
     135   
     136     <sect3  id="libcanberra-init">
     137      <title>Systemd Units</title>
     138
     139      <para>
     140        To start the <command>libcanberra-boot</command> service at boot,
     141        enable the previously installed systemd unit by
     142        running the following command as the
     143        <systemitem class="username">root</systemitem> user:
     144      </para>
     145
     146      <indexterm zone="libcanberra libcanberra-init">
     147        <primary sortas="f-libcanberra">libcanberra</primary>
     148      </indexterm>
     149
     150<screen role="root"><userinput>systemctl enable canberra-system-bootup</userinput></screen>
     151
     152    </sect3>
     153
     154</sect2>
    132155
    133156  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.