• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "post-fs",
4            "cmds" : [
5                "start storage_daemon",
6                "mount configfs none /config",
7                "chown foundation system /config/hmdfs",
8                "chown foundation system /config/sharefs",
9                "mkdir /mnt/data/external 0751 root file_manager"
10            ]
11        }
12    ],
13    "services" : [{
14            "name" : "storage_daemon",
15            "path" : ["/system/bin/storage_daemon"],
16            "disabled" : 1,
17            "uid" : "root",
18            "gid" : ["root"],
19            "sandbox": 0,
20            "start-mode" : "boot",
21            "secon" : "u:r:storage_daemon:s0",
22            "permission": ["ohos.permission.STORAGE_MANAGER"]
23        }
24    ]
25}
26