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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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