mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
29 lines
1.0 KiB
INI
29 lines
1.0 KiB
INI
{
|
|
"services" : [{
|
|
"name" : "cjappspawn",
|
|
"path" : ["/system/bin/cjappspawn",
|
|
"-mode appspawn",
|
|
"--process-name com.ohos.appspawn.startup --start-flags daemon --type standard ",
|
|
"--sandbox-switch on --bundle-name com.ohos.appspawn.startup --app-operate-type operate ",
|
|
"--render-command command --app-launch-type singleton --app-visible true"],
|
|
"uid" : "root",
|
|
"gid" : ["root"],
|
|
"importance" : -20,
|
|
"socket" : [{
|
|
"name" : "CJAppSpawn",
|
|
"family" : "AF_LOCAL",
|
|
"type" : "SOCK_STREAM",
|
|
"protocol" : "default",
|
|
"permissions" : "0660",
|
|
"uid" : "root",
|
|
"gid" : "appspawn",
|
|
"option" : [
|
|
]
|
|
}],
|
|
"start-mode" : "boot",
|
|
"sandbox" : 0,
|
|
"ondemand" : true,
|
|
"secon" : "u:r:cjappspawn:s0"
|
|
}
|
|
]
|
|
} |