startup_appspawn/appspawn.cfg
cheng_jinsong cc2b65501f Fix: 修改包名显示不全问题
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
2022-10-11 13:51:50 +08:00

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"
}
]
}