mirror of
https://gitee.com/openharmony/startup_init
synced 2025-01-09 12:40:51 +00:00
e5207ec720
Signed-off-by: laiguizhong <laiguizhong@huawei.com>
12 lines
283 B
INI
12 lines
283 B
INI
{
|
|
"services" : [{
|
|
"name" : "misc",
|
|
"path" : ["/system/bin/misc_daemon", "--write_logo", "/vendor/logo.rgb"],
|
|
"once" : 1,
|
|
"uid" : "root",
|
|
"gid" : ["root", "update"],
|
|
"secon" : "u:r:misc:s0"
|
|
}
|
|
]
|
|
}
|