source: introduction/important/bootscripts-systemd.xml@ 47e9f6b0

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 47e9f6b0 was 459c449, checked in by Krejzi <krejzi@…>, 10 years ago

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

  • Property mode set to 100644
File size: 1.9 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-systemd-units-&blfs-bootscripts-version;">
9 <?dbhtml filename="systemd-units.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>BLFS Systemd Units</title>
17
18 <indexterm zone="bootscripts">
19 <primary sortas="a-BLFS-Sytemd-Units">BLFS Systemd Units</primary>
20 </indexterm>
21
22 <indexterm zone="bootscripts">
23 <primary sortas="f-AA-General-Information">General Information</primary>
24 </indexterm>
25
26 <para>
27 The BLFS Systemd Units package contains the systemd unit files
28 that are used throughout the book.
29 </para>
30
31 <itemizedlist spacing="compact">
32 <title>Package Information</title>
33 <listitem>
34 <para>
35 Download: <ulink url="&blfs-bootscripts-download;"/>
36 </para>
37 </listitem>
38 </itemizedlist>
39
40 <para>
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.
43 It is recommended you keep the package source directory around until
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
46 <systemitem class="username">root</systemitem> user, execute the given
47 <command>make install-<replaceable>&lt;systemd-unit&gt;</replaceable></command>
48 command. This command installs the systemd unit to its proper location (along
49 with any auxiliary configuration scripts) and also enables it by default.
50 </para>
51
52 <note>
53 <para>
54 It is advisable to peruse each systemd unit before installation to
55 ascertain that it satisfies your need.
56 </para>
57 </note>
58
59</sect1>
Note: See TracBrowser for help on using the repository browser.