1{ 2 "jobs" : [ { 3 "name" : "services:deviceinfoservice", 4 "cmds" : [ 5 "chown shell system /data/init_agent/begetctrl.log", 6 "chown shell system /data/init_agent/device_infokits.log", 7 "chmod 0666 /data/init_agent/begetctrl.log", 8 "chmod 0666 /data/init_agent/param.log", 9 "chmod 0666 /data/init_agent/device_infokits.log" 10 ] 11 } 12 ], 13 "services" : [{ 14 "name" : "deviceinfoservice", 15 "path" : ["/system/bin/sa_main", "/system/profile/deviceinfoservice.xml"], 16 "uid" : "system", 17 "gid" : ["system", "shell"], 18 "jobs" : { 19 "on-start" : "services:deviceinfoservice" 20 } 21 } 22 ] 23}