mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
9288cb5323
Signed-off-by: renwei <renwei8@huawei.com> Change-Id: Ic06909b0a6a173393324dcf3071584ed9738cb98
21 lines
564 B
INI
21 lines
564 B
INI
{
|
|
"services" : [{
|
|
"name" : "nwebspawn",
|
|
"path" : ["/system/bin/nwebspawn"],
|
|
"socket" : [{
|
|
"name" : "NWebSpawn",
|
|
"family" : "AF_LOCAL",
|
|
"type" : "SOCK_STREAM",
|
|
"protocol" : "default",
|
|
"permissions" : "0666",
|
|
"uid" : "root",
|
|
"gid" : "root",
|
|
"option" : [
|
|
]
|
|
}],
|
|
"ondemand" : true,
|
|
"secon" : "u:r:nwebspawn:s0"
|
|
}
|
|
]
|
|
}
|