1{ 2 "services" : [{ 3 "name" : "cjappspawn", 4 "path" : ["/system/bin/cjappspawn", 5 "-mode appspawn", 6 "--process-name com.ohos.appspawn.startup --start-flags daemon --type standard ", 7 "--sandbox-switch on --bundle-name com.ohos.appspawn.startup --app-operate-type operate ", 8 "--render-command command --app-launch-type singleton --app-visible true"], 9 "uid" : "root", 10 "gid" : ["root"], 11 "importance" : -20, 12 "socket" : [{ 13 "name" : "CJAppSpawn", 14 "family" : "AF_LOCAL", 15 "type" : "SOCK_STREAM", 16 "protocol" : "default", 17 "permissions" : "0660", 18 "uid" : "root", 19 "gid" : "appspawn", 20 "option" : [ 21 ] 22 }], 23 "start-mode" : "boot", 24 "sandbox" : 0, 25 "ondemand" : true, 26 "secon" : "u:r:cjappspawn:s0" 27 } 28 ] 29}