mirror of
https://gitee.com/openharmony/security_huks
synced 2025-03-05 17:07:17 +00:00
17 lines
389 B
INI
Executable File
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"]
|
|
}
|
|
]
|
|
}
|