summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-12-02 17:01:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-09 12:03:01 +0000
commit4323deac9e945d5d575420579c736f0c4012d2ab (patch)
tree99907c6d873d560c9264a57a6285e3325552046d /documentation
parentc9a1a608f5146e5dcfebc8e566cb7f6388a3986f (diff)
downloadpoky-4323deac9e945d5d575420579c736f0c4012d2ab.tar.gz
dev-manual: Removed duplicate paragraph for selecting init manager.
(From yocto-docs rev: 2ac77dc4a68f85a7bc0c1eac37aa0f13cd230506) 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 c64914a304..3d51ec60aa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -10830,15 +10830,6 @@
10830 </para> 10830 </para>
10831 10831
10832 <para> 10832 <para>
10833 By default, the Yocto Project uses SysVinit as the initialization
10834 manager.
10835 However, support also exists for systemd,
10836 which is a full replacement for init with
10837 parallel starting of services, reduced shell overhead and other
10838 features that are used by many distributions.
10839 </para>
10840
10841 <para>
10842 Within the system, SysVinit treats system components as services. 10833 Within the system, SysVinit treats system components as services.
10843 These services are maintained as shell scripts stored in the 10834 These services are maintained as shell scripts stored in the
10844 <filename>/etc/init.d/</filename> directory. 10835 <filename>/etc/init.d/</filename> directory.