mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 23:22:03 +00:00
cc2b65501f
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
19 lines
684 B
INI
19 lines
684 B
INI
{
|
|
"services" : [{
|
|
"name" : "appspawn",
|
|
"path" : ["/system/bin/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"],
|
|
"importance" : -20,
|
|
"uid" : "root",
|
|
"gid" : ["root"],
|
|
"sandbox" : 0,
|
|
"start-mode" : "boot",
|
|
"secon" : "u:r:appspawn:s0",
|
|
"bootevents" : "bootevent.appspawn.started"
|
|
}
|
|
]
|
|
}
|
|
|