Vincentchenhao f7284f4903 init cfg 配置
Signed-off-by: Vincentchenhao <chenhao286@huawei.com>
2021-07-23 16:20:32 +08:00

17 lines
389 B
INI
Executable File

{
"jobs" : [{
"name" : "post-fs-data",
"cmds" : [
"start huks_service"
]
}
],
"services" : [{
"name" : "huks_service",
"path" : ["/system/bin/sa_main", "/system/profile/huks_service.xml"],
"uid" : "system",
"gid" : ["system", "shell"]
}
]
}