source: introduction/important/systemd-units.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[f852e706]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
[39045922]8<sect1 id="systemd-units" xreflabel="blfs-systemd-units-&systemd-units-version;" revision="systemd">
[f852e706]9 <?dbhtml filename="systemd-units.html"?>
10
11
12 <title>BLFS Systemd Units</title>
13
[39045922]14 <indexterm zone="systemd-units">
[f852e706]15 <primary sortas="a-BLFS-Sytemd-Units">BLFS Systemd Units</primary>
16 </indexterm>
17
[39045922]18 <indexterm zone="systemd-units">
[f852e706]19 <primary sortas="f-AA-General-Information">General Information</primary>
20 </indexterm>
21
22 <para>
23 The BLFS Systemd Units package contains the systemd unit files
24 that are used throughout the book.
25 </para>
26
27 <itemizedlist spacing="compact">
28 <title>Package Information</title>
29 <listitem>
30 <para>
[4c0df5c4]31 Download: <ulink url="&downloads-root;/blfs-systemd-units-&systemd-units-version;.tar.xz"/>
[f852e706]32 </para>
33 </listitem>
34 </itemizedlist>
35
36 <para>
37 The BLFS Systemd Units package will be used throughout the BLFS book
38 for systemd unit files. Each systemd unit has a separate install target.
39 It is recommended that you keep the package source directory around until
40 completion of your BLFS system. When a systemd unit is requested from BLFS
41 Systemd Units, simply change to the directory, and as the
42 <systemitem class="username">root</systemitem> user, execute the given
43 <command>make install-<replaceable>&lt;systemd-unit&gt;</replaceable></command>
44 command. This command installs the systemd unit to its proper location
45 (along with any auxiliary configuration scripts) and also enables it by
46 default.
47 </para>
48
49 <note>
50 <para>
51 It is advisable to peruse each systemd unit before installation to
52 determine whether the installed files meet your needs.
53 </para>
54 </note>
55
56</sect1>
Note: See TracBrowser for help on using the repository browser.