Changeset 96733af for general


Ignore:
Timestamp:
07/20/2014 01:15:37 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
932240d
Parents:
c32ea611
Message:

Cosmetic changes to last night's updates.

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

Location:
general/sysutils
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/acpid-systemd.xml

    rc32ea611 r96733af  
    142142
    143143    <sect3  id="acpid-init">
    144       <title>Systemd Unit</title>
     144      <title>Systemd Units</title>
    145145
    146146      <para>
    147         To automatically start <command>acpid</command> when the system is
    148         rebooted, install the systemd unit
    149         from the <xref linkend="bootscripts"/> package.
     147        To automatically start <command>acpid</command> daemon at boot,
     148        install the systemd unit from the <xref linkend="bootscripts"/>
     149        package by running the following command as the
     150        <systemitem class="username">root</systemitem> user:
    150151      </para>
    151152
  • general/sysutils/at-systemd.xml

    rc32ea611 r96733af  
    140140
    141141    <sect3  id="at-init">
    142       <title>Systemd Unit</title>
    143 
    144       <para>To start the <command>atd</command> daemon at boot,
    145       enable the previously installed systemd unit by running
    146       the following command as the
    147       <systemitem class="username">root</systemitem> user:</para>
     142      <title>Systemd Units</title>
     143
     144      <para>
     145        To start the <command>atd</command> daemon at boot,
     146        enable the previously installed systemd unit by
     147        running the following command as the
     148        <systemitem class="username">root</systemitem> user:
     149      </para>
    148150
    149151      <indexterm zone="at at-init">
  • general/sysutils/autofs-systemd.xml

    rc32ea611 r96733af  
    252252
    253253    <sect3  id="autofs-init">
    254       <title>Systemd Unit</title>
    255 
    256       <para>To start the <application>Autofs</application> at boot,
    257       enable the previously installed systemd unit by running
    258       the following command as the
    259       <systemitem class="username">root</systemitem> user:</para>
    260 
     254      <title>Systemd Units</title>
     255
     256      <para>
     257        To start the <application>Autofs</application> at boot,
     258        enable the previously installed systemd unit by
     259        running the following command as the
     260        <systemitem class="username">root</systemitem> user:
     261      </para>
    261262
    262263      <indexterm zone="autofs autofs-init">
     
    268269      <note>
    269270        <para>
    270           You can also specify <envar>OPTIONS</envar> variable in
    271           <filename>/etc/sysconfig/autofs</filename> with any additional
     271          You can also specify <envar>OPTIONS</envar> variable in the
     272          <filename>/etc/sysconfig/autofs</filename> file with any additional
    272273          parameters that you might want to pass to the automount daemon.
    273274        </para>
  • general/sysutils/bluez-systemd.xml

    rc32ea611 r96733af  
    174174
    175175  </sect2>
    176 
    177176
    178177  <sect2 role="commands">
     
    207206# See the rfcomm man page for options
    208207
    209 
    210208# End of rfcomm.conf</literal></screen>
    211209
     
    226224
    227225    <sect3  id="bluez-init">
    228       <title>Boot Script</title>
     226      <title>Systemd Units</title>
    229227
    230228      <para>
    231         To automatically start the <command>bluetoothd</command> daemon when the
    232         system is rebooted, enable the previously installed systemd unit by
     229        To start the <command>bluetoothd</command> daemon at boot,
     230        enable the previously installed systemd unit by
    233231        running the following command as the
    234232        <systemitem class="username">root</systemitem> user:
     
    243241      <note>
    244242        <para>
    245           The bluetooth daemon will only start when a bluetooth device has been detected
    246           on the system.
     243          <application>Systemd</application> will start the Bluetooth daemon
     244          only when a bluetooth device is detected on the system.
    247245        </para>
    248246      </note>
  • general/sysutils/fcron-systemd.xml

    rc32ea611 r96733af  
    222222
    223223    <sect3  id="fcron-init">
    224       <title>Systemd Unit</title>
    225 
    226       <para>To start the <command>fcron</command> daemon at boot,
    227       enable the previously installed systemd unit by running
    228       the following command as the
    229       <systemitem class="username">root</systemitem> user:</para>
     224      <title>Systemd Units</title>
     225
     226      <para>
     227        To start the <command>fcron</command> daemon at boot,
     228        enable the previously installed systemd unit by
     229        running the following command as the
     230        <systemitem class="username">root</systemitem> user:
     231      </para>
    230232
    231233      <indexterm zone="fcron fcron-init">
  • general/sysutils/upower-systemd.xml

    rc32ea611 r96733af  
    157157
    158158    <sect3  id="upower-init">
    159       <title>Systemd Unit</title>
    160 
    161       <para>To start the <command>upowerd</command> daemon at boot,
    162       enable the previously installed systemd unit by running
    163       the following command as the
    164       <systemitem class="username">root</systemitem> user:</para>
     159      <title>Systemd Units</title>
     160
     161      <para>
     162        To start the <command>upowerd</command> daemon at boot,
     163        enable the previously installed systemd unit by
     164        running the following command as the
     165        <systemitem class="username">root</systemitem> user:
     166      </para>
    165167
    166168      <indexterm zone="upower upower-init">
Note: See TracChangeset for help on using the changeset viewer.