{ "jobs" : [{ "name" : "post-fs", "cmds" : [ "start storage_daemon", "mount configfs none /config", "chown foundation system /config/hmdfs", "chown foundation system /config/sharefs", "mkdir /mnt/data/external 0751 root file_manager" ] } ], "services" : [{ "name" : "storage_daemon", "path" : ["/system/bin/storage_daemon"], "disabled" : 1, "critical" : [1, 4, 240], "uid" : "root", "gid" : ["root"], "sandbox": 0, "start-mode" : "boot", "secon" : "u:r:storage_daemon:s0", "permission": [ "ohos.permission.STORAGE_MANAGER", "ohos.permission.USE_USER_IDM" ] } ] }