dev-manual: Fixed some "systemd" capitalization issues.

I was using this term inconsistently.  I have cleaned it up so
that no initial capital is used.

(From yocto-docs rev: 7dea2c5ef067d81b8350cd54ba4082c35d7077b1)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-04-21 08:33:36 -07:00 committed by Richard Purdie
parent 3f0a863ad0
commit 601d5f1af0
1 changed files with 12 additions and 11 deletions

View File

@ -2082,14 +2082,15 @@
and and
<ulink url='&YOCTO_DOCS_REF_URL;#var-INITSCRIPT_PARAMS'><filename>INITSCRIPT_PARAMS</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#var-INITSCRIPT_PARAMS'><filename>INITSCRIPT_PARAMS</filename></ulink>
variables within your recipe.</para></listitem> variables within your recipe.</para></listitem>
<listitem><para><emphasis>Systemd:</emphasis> <listitem><para><emphasis>systemd:</emphasis>
Systemd was designed to replace SysVinit and to provide System Management Daemon (systemd) was designed to
replace SysVinit and to provide
enhanced management of services. enhanced management of services.
For more information on Systemd, see the Systemd For more information on systemd, see the systemd
homepage at homepage at
<ulink url='http://freedesktop.org/wiki/Software/systemd/'></ulink>. <ulink url='http://freedesktop.org/wiki/Software/systemd/'></ulink>.
</para> </para>
<para>To enable a service using Systemd, your recipe <para>To enable a service using systemd, your recipe
needs to inherit the needs to inherit the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd</filename></ulink>
class. class.
@ -5340,7 +5341,7 @@
<para> <para>
By default, the Yocto Project uses SysVinit as the initialization By default, the Yocto Project uses SysVinit as the initialization
manager. manager.
However, support also exists for Systemd, However, support also exists for systemd,
which is a full replacement for init with which is a full replacement for init with
parallel starting of services, reduced shell overhead and other parallel starting of services, reduced shell overhead and other
features that are used by many distributions. features that are used by many distributions.
@ -5349,12 +5350,12 @@
<para> <para>
If you want to use SysVinit, you do If you want to use SysVinit, you do
not have to do anything. not have to do anything.
But, if you want to use Systemd, you must But, if you want to use systemd, you must
take some steps as described in the following sections. take some steps as described in the following sections.
</para> </para>
<section id='using-systemd-exclusively'> <section id='using-systemd-exclusively'>
<title>Using Systemd Exclusively</title> <title>Using systemd Exclusively</title>
<para> <para>
Set the these variables in your distribution configuration Set the these variables in your distribution configuration
@ -5387,7 +5388,7 @@
</section> </section>
<section id='using-systemd-for-the-main-image-and-using-sysvinit-for-the-rescue-image'> <section id='using-systemd-for-the-main-image-and-using-sysvinit-for-the-rescue-image'>
<title>Using Systemd for the Main Image and Using SysVinit for the Rescue Image</title> <title>Using systemd for the Main Image and Using SysVinit for the Rescue Image</title>
<para> <para>
Set the these variables in your distribution configuration Set the these variables in your distribution configuration
@ -5398,11 +5399,11 @@
</literallayout> </literallayout>
Doing so causes your main image to use the Doing so causes your main image to use the
<filename>packagegroup-core-boot.bb</filename> recipe and <filename>packagegroup-core-boot.bb</filename> recipe and
Systemd. systemd.
The rescue/minimal image cannot use this package group. The rescue/minimal image cannot use this package group.
However, it can install SysVinit However, it can install SysVinit
and the appropriate packages will have support for both and the appropriate packages will have support for both
Systemd and SysVinit. systemd and SysVinit.
</para> </para>
</section> </section>
</section> </section>
@ -6014,7 +6015,7 @@
A test name maps directly to a Python module. A test name maps directly to a Python module.
Each test module may contain a number of individual tests. Each test module may contain a number of individual tests.
Tests are usually grouped together by the area Tests are usually grouped together by the area
tested (e.g tests for Systemd reside in tested (e.g tests for systemd reside in
<filename>meta/lib/oeqa/runtime/systemd.py</filename>). <filename>meta/lib/oeqa/runtime/systemd.py</filename>).
</para> </para>