source: chapter08/s6.xml@ 193913e

s6-init
Last change on this file since 193913e was 193913e, checked in by Thomas Trepl (Moody) <thomas@…>, 21 months ago

First commit to add S6 as init system (like systemd)

  • Property mode set to 100644
File size: 2.7 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="ch-system-s6" role="wrap" revision="s6">
9 <?dbhtml filename="s6.html"?>
10
11 <sect1info condition="script">
12 <productname>s6</productname>
13 <productnumber>&s6-version;</productnumber>
14 <address>&s6-url;</address>
15 </sect1info>
16
17 <title>S6-&s6-version;</title>
18
19 <indexterm zone="ch-system-s6">
20 <primary sortas="a-s6">s6</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The s6 package contains programs for controlling the startup,
27 running, and shutdown of the system.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&s6-fin-sbu;</seg>
35 <seg>&s6-fin-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of s6</title>
42
43 <para>Prepare s6 for compilation:</para>
44
45<screen><userinput remap="configure">./configure --prefix=/usr \
46 --datadir=/etc \
47 --docdir=/usr/share/doc/s6-&s6-version;</userinput></screen>
48
49<!--
50 <variablelist>
51 <title>The meaning of the configure options:</title>
52
53 <varlistentry>
54 <term><parameter>- -blah=blubb</parameter></term>
55 <listitem>
56 <para>blah blah</para>
57 </listitem>
58 </varlistentry>
59 </variablelist>
60-->
61
62 <para>Compile the package:</para>
63
64<screen><userinput remap="make">make</userinput></screen>
65
66 <para>Install the package:</para>
67
68<screen><userinput remap="install">make install</userinput></screen>
69
70 </sect2>
71
72 <sect2 id="contents-s6" role="content">
73 <title>Contents of s6</title>
74
75 <segmentedlist>
76 <segtitle>Installed programs</segtitle>
77 <segtitle>Installed libraries</segtitle>
78 <segtitle>Installed directories</segtitle>
79
80 <seglistitem>
81 <seg>s6-x, s6-y, s6-z, ...</seg>
82 <seg>libx, liby, libz ...</seg>
83 <seg>dirx, diry, dirz ...</seg>
84 </seglistitem>
85 </segmentedlist>
86
87 <variablelist>
88 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
89 <?dbfo list-presentation="list"?>
90 <?dbhtml list-presentation="table"?>
91
92 <varlistentry id="s6-x">
93 <term><command>s6-x</command></term>
94 <listitem>
95 <para>Is used to blah blah</para>
96 <indexterm zone="ch-system-s6 s6-x">
97 <primary sortas="b-s6-x">s6-x</primary>
98 </indexterm>
99 </listitem>
100 </varlistentry>
101 </variablelist>
102
103 </sect2>
104
105</sect1>
Note: See TracBrowser for help on using the repository browser.