Ignore:
Timestamp:
07/20/2014 12:26:55 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
47e9f6b0
Parents:
4da2d9f
Message:

Begin merging Christophers work into systemd branch part 3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/bootscripts-systemd.xml

    r4da2d9f r459c449  
    66]>
    77
    8 <sect1 id="bootscripts" xreflabel="blfs-systemd-services-&blfs-systemd-units-version;">
    9   <?dbhtml filename="systemd-services.html"?>
     8<sect1 id="bootscripts" xreflabel="blfs-systemd-units-&blfs-bootscripts-version;">
     9  <?dbhtml filename="systemd-units.html"?>
    1010
    1111  <sect1info>
     
    1414  </sect1info>
    1515
    16   <title>BLFS Systemd Services</title>
     16  <title>BLFS Systemd Units</title>
    1717
    1818  <indexterm zone="bootscripts">
    19     <primary sortas="a-BLFS-Sytemd-Services">BLFS Systemd Services</primary>
     19    <primary sortas="a-BLFS-Sytemd-Units">BLFS Systemd Units</primary>
    2020  </indexterm>
    2121
     
    2525
    2626  <para>
    27     The BLFS Systemd Services package contains the systemd service files
     27    The BLFS Systemd Units package contains the systemd unit files
    2828    that are used throughout the book.
    2929  </para>
     
    3939
    4040  <para>
    41     The BLFS Systemd Services package will be used throughout the BLFS book
    42     for systemd service files. Each systemd service has a separate install target.
     41    The BLFS Systemd Units package will be used throughout the BLFS book
     42    for systemd unit files. Each systemd unit has a separate install target.
    4343    It is recommended you keep the package source directory around until
    44     completion of your BLFS system. When a systemd service is requested from BLFS
    45     Systemd Services, simply change to the directory and as the
     44    completion of your BLFS system. When a systemd unit is requested from BLFS
     45    Systemd Units, simply change to the directory and as the
    4646    <systemitem class="username">root</systemitem> user, execute the given
    47     <command>make install-<replaceable>&lt;systemd-service&gt;</replaceable></command>
    48     command. This command installs the systemd service to its proper location (along
     47    <command>make install-<replaceable>&lt;systemd-unit&gt;</replaceable></command>
     48    command. This command installs the systemd unit to its proper location (along
    4949    with any auxiliary configuration scripts) and also enables it by default.
    5050  </para>
     
    5252  <note>
    5353    <para>
    54       It is advisable to peruse each systemd service before installation to
     54      It is advisable to peruse each systemd unit before installation to
    5555      ascertain that it satisfies your need.
    5656    </para>
Note: See TracChangeset for help on using the changeset viewer.