1{ 2 "jobs" : [{ 3 "name" : "services:weston", 4 "cmds" : [ 5 "mkdir /data/weston", 6 ] 7 } 8 ], 9 "services" : [{ 10 "name" : "weston", 11 "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "drm-backend.so", "--tty=1"], 12 "disabled" : 1, 13 "jobs" : { 14 "on-start" : "services:weston" 15 } 16 }, { 17 "name" : "hdi_weston", 18 "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "hdi-backend.so"], 19 "disabled" : 1 20 }, { 21 "name" : "mmi_uinput_service", 22 "path" : ["/system/bin/uinput_inject"], 23 "uid" : "root", 24 "gid" : ["system", "shell", "uhid"] 25 }, { 26 "name" : "udevd_service", 27 "path" : ["/system/bin/udevd"], 28 "uid" : "root", 29 "gid" : ["system"] 30 } 31 ] 32}