1{ 2 "jobs": [ 3 { 4 "name": "param:startup.service.ctl.dhardware=2", 5 "condition": "startup.service.ctl.dhardware=2", 6 "cmds": [ 7 "start dslm_service" 8 ] 9 } 10 ], 11 "services": [ 12 { 13 "name": "dslm_service", 14 "ondemand" : true, 15 "start-mode": "condition", 16 "path": [ 17 "/system/bin/sa_main", 18 "/system/profile/dslm_service.xml" 19 ], 20 "uid": "3046", 21 "gid": "3046", 22 "apl" : "system_basic", 23 "secon": "u:r:dslm_service:s0", 24 "permission": [ 25 "ohos.permission.ACCESS_IDS", 26 "ohos.permission.DISTRIBUTED_DATASYNC" 27 ], 28 "permission_acls" : [ 29 "ohos.permission.ACCESS_IDS" 30 ] 31 } 32 ] 33}