diff --git a/en/device-dev/subsystems/subsys-boot-init.md b/en/device-dev/subsystems/subsys-boot-init.md index 67c5057490e1e27f51785845ad964aa4484cd816..f6fecd700f123748cb8e81fc8a9d353c36dcef53 100644 --- a/en/device-dev/subsystems/subsys-boot-init.md +++ b/en/device-dev/subsystems/subsys-boot-init.md @@ -69,10 +69,10 @@ The init module starts key service processes during system startup. If you would - Enhanced init process startup and recycling The CPU core binding, priority, MAC address, and AccessToken information of the service process can be configured in the configuration file during process startup. - - Support of CPU core binding for service processes (through modification of the **\*.cfg** file) - - Support of priority setting for service processes (through modification of the **\*.cfg** file) - - Support of AccessToken setting for service processes and distributed capability setting for system service processes (through modification of the **\*.cfg** file) - - Support of the suppression mechanism for service processes (through modification of the **\*.cfg** file) + - Support of CPU core binding for service processes (through modification of the **.cfg** file) + - Support of priority setting for service processes (through modification of the **.cfg** file) + - Support of AccessToken setting for service processes and distributed capability setting for system service processes (through modification of the **.cfg** file) + - Support of the suppression mechanism for service processes (through modification of the **.cfg** file) - init fd proxy (for standard system or higher) fd proxy is an extended mechanism for on-demand startup. It can ensure that the fd state handle is not lost before the service process exits. Specifically, a service process sends the fd to the init process before it exits, and then reclaims the fd from the init process when it is started again.