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