76 lines
2.5 KiB
XML
76 lines
2.5 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
||
|
<refentry>
|
||
|
<refmeta>
|
||
|
<refentrytitle>cinit</refentrytitle>
|
||
|
<manvolnum>8</manvolnum>
|
||
|
</refmeta>
|
||
|
<refnamediv>
|
||
|
<refname>cinit</refname>
|
||
|
<refpurpose>fast executing, small and simple init with support for profiles</refpurpose>
|
||
|
</refnamediv>
|
||
|
<refsynopsisdiv>
|
||
|
<simpara><emphasis>cinit</emphasis> [cprofile:name_of_profile]</simpara>
|
||
|
|
||
|
</refsynopsisdiv>
|
||
|
<refsect1>
|
||
|
<title>DESCRIPTION</title>
|
||
|
<simpara>Cinit is an init system. It normally gets started by the operating
|
||
|
system (Linux, *BSD, …) directly after the kernel has been loaded.</simpara>
|
||
|
|
||
|
<simpara>Cinit uses parallel execution of services as far as possible. To
|
||
|
ensure the correct boot order you need to specify which service
|
||
|
<emphasis>needs</emphasis> or <emphasis>wants</emphasis> another service. The resulting dependency tree
|
||
|
is used at startup to determine which service to start when.</simpara>
|
||
|
|
||
|
<simpara>This may result in different boot orders depending on whether
|
||
|
one service is one time faster or slower. Due to the dependencies
|
||
|
this is not a problem, but allowed and wished per design.</simpara>
|
||
|
|
||
|
<simpara>For more information refer to the texinfo or html documentation.</simpara>
|
||
|
|
||
|
</refsect1>
|
||
|
<refsect1>
|
||
|
<title>OPTIONS</title>
|
||
|
<variablelist>
|
||
|
<varlistentry>
|
||
|
<term>
|
||
|
cprofile:name_of_profile
|
||
|
</term>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
If specified, cinit will start the named profile instead of the
|
||
|
standard <emphasis>init</emphasis> service
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
</refsect1>
|
||
|
<refsect1>
|
||
|
<title>BUGS</title>
|
||
|
<simpara>cinit is not tested nor documented very well currently.</simpara>
|
||
|
|
||
|
<simpara>The porting to other OS is not finished yet (mainly missing
|
||
|
system level binaries: shutdown, reboot, halt).</simpara>
|
||
|
|
||
|
<simpara>Both is work in progress.</simpara>
|
||
|
|
||
|
</refsect1>
|
||
|
<refsect1>
|
||
|
<title>AUTHOR</title>
|
||
|
<simpara>Nico Schottelius <<ulink url="mailto:nico-cinit__@__schottelius.org">nico-cinit__@__schottelius.org</ulink>></simpara>
|
||
|
|
||
|
</refsect1>
|
||
|
<refsect1>
|
||
|
<title>RESOURCES</title>
|
||
|
<simpara>Main web site: <ulink url="http://unix.schottelius.org/cinit/">http://unix.schottelius.org/cinit/</ulink></simpara>
|
||
|
|
||
|
</refsect1>
|
||
|
<refsect1>
|
||
|
<title>COPYING</title>
|
||
|
<simpara>Copyright (C) 2006 Nico Schottelius. Free use of this software is
|
||
|
granted under the terms of the GNU General Public License (GPL).</simpara>
|
||
|
|
||
|
</refsect1>
|
||
|
</refentry>
|