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