1{ 2 "jobs" : [{ 3 "name" : "init", 4 "cmds" : [ 5 "mount debugfs none /sys/kernel/debug nodev" 6 ] 7 }, { 8 "name" : "post-fs", 9 "cmds" : [ 10 "start ohos_drv_mgr" 11 ] 12 } 13 ], 14 "services" : [{ 15 "name" : "ohos_drv_mgr", 16 "path" : ["/system/bin/ohos_drv_mgr"], 17 "uid" : "root", 18 "gid" : ["system"], 19 "sandbox" : 0, 20 "importance" : 1 21 } 22 ] 23} 24