• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "boot",
4            "cmds" : [
5                "start wallpaper_service"
6            ]
7        }
8    ],
9    "services" : [{
10            "name" : "wallpaper_service",
11            "path" : ["/system/bin/sa_main", "/system/profile/wallpaper_service.xml"],
12            "uid" : "system",
13            "gid" : ["system", "shell"]
14        }
15    ]
16}
17