source: introduction/important/bootscripts-systemd.xml@ 4da2d9f

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

Begin merging Christophers work into systemd branch part 1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13486 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="bootscripts" xreflabel="blfs-systemd-services-&blfs-systemd-units-version;">
9 <?dbhtml filename="systemd-services.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>BLFS Systemd Services</title>
17
18 <indexterm zone="bootscripts">
19 <primary sortas="a-BLFS-Sytemd-Services">BLFS Systemd Services</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 Services package contains the systemd service 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 Services package will be used throughout the BLFS book
42 for systemd service files. Each systemd service 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 service is requested from BLFS
45 Systemd Services, 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-service&gt;</replaceable></command>
48 command. This command installs the systemd service 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 service 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.