diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 9 |
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. |