1{
2    "import" : [
3        "/etc/init.usb.cfg",
4        "/etc/init.usb.configfs.cfg",
5        "/etc/init/hdcd.cfg",
6        "/etc/init/hdcd.root.cfg"
7    ],
8    "jobs" : [{
9            "name" : "post-init",
10            "cmds" : [
11                "start shell"
12             ]
13        }
14    ],
15    "services" : [{
16            "name" : "shell",
17            "path" : ["/bin/sh"],
18            "uid" : 0,
19            "gid" : 2000,
20            "once" : 0,
21            "importance" : 0,
22            "secon" : "u:r:sh:s0",
23            "console" : 1
24        }
25    ]
26}
27