1{ 2 "jobs" : [{ 3 "name" : "late-fs", 4 "cmds" : [ 5 "start huks_service" 6 ] 7 } 8 ], 9 "services" : [{ 10 "name" : "huks_service", 11 "path" : ["/system/bin/sa_main", "/system/profile/huks_service.xml"], 12 "uid" : "system", 13 "gid" : ["system", "shell"], 14 "start-mode" : "condition" 15 } 16 ] 17} 18