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:03:06 +0000
commit4bc32d5fb53e5083ec80b74e8adb48544fca5782 (patch)
tree40f10f33afd366fd9b8ef1f22fb4f61168407d46 /documentation
parenta34a5fb3eb6247dea7cb523d4b255a6545eee703 (diff)
downloadpoky-4bc32d5fb53e5083ec80b74e8adb48544fca5782.tar.gz
dev-manual: Removed duplicate paragraph for selecting init manager.
(From yocto-docs rev: de4e65622fb81ed887a392cf0928f18a681c4935) 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.