1{
2    "jobs" : [{
3            "name" : "post-fs-data",
4            "cmds" : [
5                "start concurrent_task_service"
6            ]
7        }
8    ],
9    "services" : [{
10            "name" : "concurrent_task_service",
11            "path" : ["/system/bin/sa_main", "/system/profile/concurrent_task_service.json"],
12            "importance" : -20,
13            "uid" : "system",
14            "gid" : ["system", "shell"],
15            "secon" : "u:r:concurrent_task_service:s0"
16        }
17    ]
18}
19