1{ 2 "jobs" : [{ 3 "name" : "init", 4 "cmds" : [ 5 "chmod 666 /dev/mali0", 6 "chown system graphics /dev/mali0", 7 "mkdir /data/service/el0/render_service 0711 system system" 8 ] 9 }, { 10 "name": "services:restartrender_service", 11 "cmds": [ 12 "reset foundation", 13 "reset bootanimation", 14 "reset gralloc_host", 15 "reset hwc_host" 16 ] 17 } 18 ], 19 "services" : [{ 20 "name" : "render_service", 21 "path" : ["/system/bin/render_service"], 22 "critical" : [1, 5, 60], 23 "importance" : -20, 24 "uid" : "system", 25 "gid" : ["system", "shell", "uhid", "root"], 26 "caps" : ["SYS_NICE"], 27 "secon" : "u:r:render_service:s0", 28 "jobs" : { 29 "on-restart" : "services:restartrender_service" 30 }, 31 "once" : 0 32 }, { 33 "name" : "bootanimation", 34 "path" : ["/system/bin/bootanimation"], 35 "bootevents": "bootevent.bootanimation.started", 36 "importance" : -20, 37 "once" : 1, 38 "uid" : "graphics", 39 "gid" : ["graphics", "system", "shell", "uhid", "root"], 40 "secon" : "u:r:bootanimation:s0" 41 } 42 ] 43} 44