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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fabf04f7 was 3e30e1b, checked in by Douglas R. Reno <renodr@…>, 8 years ago

URL and Typo Fixes
(systemd) Dependency Updates

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17638 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.0 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;" revision="systemd">
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 <itemizedlist spacing="compact">
32 <title>Package Information</title>
33 <listitem>
34 <para>
35 Download: <ulink url="&downloads-root;/blfs-systemd-units-&systemd-units-version;.tar.bz2"/>
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 that 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
49 (along with any auxiliary configuration scripts) and also enables it by
50 default.
51 </para>
52
53 <note>
54 <para>
55 It is advisable to peruse each systemd unit before installation to
56 determine whether the installed files meet your needs.
57 </para>
58 </note>
59
60</sect1>
Note: See TracBrowser for help on using the repository browser.