1{
2    "jobs" : [{
3            "name" : "post-fs-data",
4            "cmds" : [
5                "start resource_schedule_executor"
6            ]
7        }
8    ],
9    "services" : [{
10            "name" : "resource_schedule_executor",
11            "path" : ["/system/bin/sa_main", "/system/profile/resource_schedule_executor.json"],
12            "importance" : -20,
13            "uid" : "root",
14            "gid" : ["root", "system", "battery_extra_host"],
15            "permission" : [
16                "ohos.permission.CONNECTIVITY_INTERNAL",
17                "ohos.permission.READ_HIVIEW_SYSTEM",
18                "ohos.permission.READ_DFX_SYSEVENT"
19            ],
20            "sandbox" : 0,
21            "secon" : "u:r:resource_schedule_executor:s0"
22        }
23    ]
24}
25