{ "jobs" : [ { "name" : "services:deviceinfoservice", "cmds" : [ "chown shell system /data/init_agent", "chmod 0771 /data/init_agent", "chown shell system /data/init_agent/begetctrl.log", "chown shell system /data/init_agent/device_infokits.log", "chmod 0666 /data/init_agent/begetctrl.log", "chmod 0666 /data/init_agent/param.log", "chmod 0666 /data/init_agent/device_infokits.log" ] } ], "services" : [{ "name" : "deviceinfoservice", "path" : ["/system/bin/sa_main", "/system/profile/deviceinfoservice.xml"], "uid" : "system", "gid" : ["system", "shell"], "jobs" : { "on-start" : "services:deviceinfoservice" } } ] }