1{
2    "services" : [{
3            "name" : "app_fwk_update_service",
4            "path" : ["/system/bin/sa_main", "/system/profile/app_fwk_update_service.json"],
5            "ondemand" : true,
6            "uid" : "app_fwk_update",
7            "gid" : ["app_fwk_update"],
8            "permission" : [
9                "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
10                "ohos.permission.GET_BUNDLE_INFO"
11            ],
12            "start-mode" : "condition",
13            "secon" : "u:r:app_fwk_update_service:s0"
14        }
15    ]
16}