{
    "jobs" : [{
            "name" : "post-fs-data",
            "cmds" : [
                "mkdir /data/service/el1/public/hdc_server 2711 hdc hdc",
                "mkdir /data/service/el1/public/hdc_server/hdc_common 2711 hdc hdc",
                "mkdir /data/service/el2/public/hdc_service 2771 hdc hdc",
                "restorecon /data/service/el1/public/hdc_server",
                "restorecon /data/service/el1/public/hdc_server/hdc_common",
                "restorecon /data/service/el2/public/hdc_service",
                "start hdc_credential"
            ]
        }
    ],
    "services" : [{
            "name" : "hdc_credential",
            "path" : ["/system/bin/hdc_credential"],
            "uid" : "hdc",
            "gid" : [ "hdc", "file_manager", "file_guard" ],
            "socket" : [{
                "name" : "hdc",
                "family" : "AF_UNIX",
                "type" : "SOCK_SEQPACKET",
                "protocol" : "default",
                "permissions" : "0660",
                "uid" : "hdc",
                "gid" : "hdc"
            }],
            "apl" : "normal",
            "permission" : [
                "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS",
                "ohos.permission.MANAGE_LOCAL_ACCOUNTS",
                "ohos.permission.HDC_REPORT_INFO"
            ],
            "permission_acls" : [
                "ohos.permission.HDC_REPORT_INFO"
            ],
            "sandbox" : 0,
            "start-mode" : "condition",
            "secon" : "u:r:hdc_credential:s0",
            "disabled" : 1
        }
    ]
}