summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-12-02 16:37:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-09 12:02:54 +0000
commita1bc1ccf42a9b88ad08561c69f35f8dd67979dab (patch)
treeadbd9130a9f8daf7697bd270c38b69ec885cf409 /documentation
parentf5487cd427f773df5d5039dc7073adfbbc20f913 (diff)
downloadpoky-a1bc1ccf42a9b88ad08561c69f35f8dd67979dab.tar.gz
dev-manual: Removed duplicate paragraph for selecting init manager.
(From yocto-docs rev: d22e9762cc26b5f5454b446022ee308ffe90e1ef) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 00741ee456..1e6addde4f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -10845,15 +10845,6 @@
10845 </para> 10845 </para>
10846 10846
10847 <para> 10847 <para>
10848 By default, the Yocto Project uses SysVinit as the initialization
10849 manager.
10850 However, support also exists for systemd,
10851 which is a full replacement for init with
10852 parallel starting of services, reduced shell overhead and other
10853 features that are used by many distributions.
10854 </para>
10855
10856 <para>
10857 Within the system, SysVinit treats system components as services. 10848 Within the system, SysVinit treats system components as services.
10858 These services are maintained as shell scripts stored in the 10849 These services are maintained as shell scripts stored in the
10859 <filename>/etc/init.d/</filename> directory. 10850 <filename>/etc/init.d/</filename> directory.