1{ 2 "jobs" : [{ 3 "name" : "post-fs", 4 "cmds" : [ 5 "start storage_daemon", 6 "mount configfs none /config", 7 "chown system package_info /config/hmdfs" 8 ] 9 } 10 ], 11 "services" : [{ 12 "name" : "storage_daemon", 13 "path" : ["/system/bin/storage_daemon"], 14 "disabled" : 1, 15 "uid" : "root", 16 "gid" : ["root"], 17 "start-mode" : "condition" 18 } 19 ] 20} 21