source: introduction/important/systemd-units.xml@ 6397333

basic
Last change on this file since 6397333 was e1100da, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Initial commit of basic branch

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

  • Property mode set to 100644
File size: 2.1 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="systemd-units" xreflabel="blfs-systemd-units-&systemd-units-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="systemd-units">
19 <primary sortas="a-BLFS-Sytemd-Units">BLFS Systemd Units</primary>
20 </indexterm>
21
22 <indexterm zone="systemd-units">
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 <note>
32 <para>This section is not applicable if you have built the System V
33 version of LFS.</para>
34 </note>
35
36 <itemizedlist spacing="compact">
37 <title>Package Information</title>
38 <listitem>
39 <para>
40 Download: <ulink url="&downloads-root;/blfs-systemd-units-&systemd-units-version;.tar.bz2"/>
41 </para>
42 </listitem>
43 </itemizedlist>
44
45 <para>
46 The BLFS Systemd Units package will be used throughout the BLFS book
47 for systemd unit files. Each systemd unit has a separate install target.
48 It is recommended that you keep the package source directory around until
49 completion of your BLFS system. When a systemd unit is requested from BLFS
50 Systemd Units, simply change to the directory, and as the
51 <systemitem class="username">root</systemitem> user, execute the given
52 <command>make install-<replaceable>&lt;systemd-unit&gt;</replaceable></command>
53 command. This command installs the systemd unit to its proper location
54 (along with any auxiliary configuration scripts) and also enables it by
55 default.
56 </para>
57
58 <note>
59 <para>
60 It is advisable to peruse each systemd unit before installation to
61 determine whether the installed files meet your needs.
62 </para>
63 </note>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.