diff --git a/en/device-dev/subsystems/subsys-boot-init.md b/en/device-dev/subsystems/subsys-boot-init.md index e676eeb7724efc967b105a905f50e06e4244f107..0e05e0021123a0e763be21333c13db186eedbff6 100644 --- a/en/device-dev/subsystems/subsys-boot-init.md +++ b/en/device-dev/subsystems/subsys-boot-init.md @@ -341,7 +341,7 @@ The init module starts key service processes during system startup. If you would | d-caps | Service distribution capability. (Available only for the standard system or higher) | Type: string array, for example, **"d-caps": ["OHOS_DMS"]**. | Standard | | apl | Ability privilege level. (Available only for the standard system or higher) | Type: string, for example, **"apl": "system_core"**.
The value can be **system_core** (default), **normal**, or **system_basic**. | Standard | | start-mode | Service startup mode. (Available only for the standard system or higher) | Type: string, for example, **"start-mode": "condition"**.
The value can be **boot**, **normal**, or **condition**. For details, see [init service startup control](#section56901555918). | Standard | - | jobs | Jobs that can be executed by the current service in different phases. For details, see [init parallel control](#section56901555919). | Small and standard | + | jobs | Jobs that can be executed by the current service in different phases. | For details, see [init parallel control](#section56901555919). | Small and standard | | ondemand | Whether to enable on-demand service startup. |Type: bool, for example, **"ondemand": true**. For small systems, this feature is available only on the Linux kernel. For details, see [init on-demand startup](#section56901555920). | Small and standard | | disable | Reserved. | | Small and standard | 3. Add socket and on-demand startup configurations for a service.