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 "setuid" : true, 12 "importance" : -20, 13 "socket" : [{ 14 "name" : "CJAppSpawn", 15 "family" : "AF_LOCAL", 16 "type" : "SOCK_STREAM", 17 "protocol" : "default", 18 "permissions" : "0660", 19 "uid" : "root", 20 "gid" : "appspawn", 21 "option" : [ 22 ] 23 }], 24 "start-mode" : "boot", 25 "sandbox" : 0, 26 "ondemand" : true, 27 "secon" : "u:r:cjappspawn:s0" 28 } 29 ] 30}