source: introduction/important/bootscripts.xml@ 48dc54f

systemd-11177
Last change on this file since 48dc54f was b6bb5377, checked in by Krejzi <krejzi@…>, 11 years ago

Import systemd units into systemd branch.

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

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="bootscripts" xreflabel="blfs-units-&blfs-units-version;">
9 <?dbhtml filename="bootscripts.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>BLFS Units</title>
17
18 <indexterm zone="bootscripts">
19 <primary sortas="a-BLFS-Units">BLFS Units</primary>
20 </indexterm>
21
22 <indexterm zone="bootscripts">
23 <primary sortas="f-AA-General-Information">General Information</primary>
24 </indexterm>
25
26 <para>The BLFS Units package contains the Systemd units that are
27 used throughout the book.</para>
28
29 <itemizedlist spacing="compact">
30 <title>Package Information</title>
31 <listitem>
32 <para>Download: <ulink url="&blfs-units-download;"/></para>
33 </listitem>
34 </itemizedlist>
35
36 <para>The BLFS Units package will be used throughout the BLFS book
37 for Systemd units. Each unit has a separate install target
38 in the BLFS Units package. It is recommended you keep the package source
39 directory around until completion of your BLFS system. When a unit is
40 requested from BLFS Units, simply change to the directory and as the
41 <systemitem class="username">root</systemitem> user, execute the given
42 <command>make install-<replaceable>&lt;unit&gt;</replaceable></command>
43 command. This command installs the Systemd unit to its proper location
44 (along with any auxiliary configuration scripts).</para>
45
46</sect1>
Note: See TracBrowser for help on using the repository browser.