From 7d08bc7e0c4c2f8df1f2c43b78fae0fec1fe8f72 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:12:46 +0000 Subject: [PATCH] update en/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- en/device-dev/kernel/kernel-small-start-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/kernel/kernel-small-start-user.md b/en/device-dev/kernel/kernel-small-start-user.md index 7c35468929..24d73e5fcd 100644 --- a/en/device-dev/kernel/kernel-small-start-user.md +++ b/en/device-dev/kernel/kernel-small-start-user.md @@ -39,7 +39,7 @@ During system startup, **OsUserInitProcess** is called to start the **init** - Starts key system programs or services, such as shell. >![](../public_sys-resources/icon-note.gif) **NOTE:** - >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](https://gitee.com/openharmony/docs/blob/master/en/device-dev/subsystems/subsys-boot-init.md). + >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](../../subsystems/subsys-boot-init.md). - Monitors the process for reclaiming the orphan process and clears the zombie processes in child processes. -- GitLab