1{ 2 "jobs" : [{ 3 "name" : "post-fs-data", 4 "cmds" : [ 5 "mkdir /data/service/el1/public/for-all-app/framework_ark_cache 0755 system system", 6 "restorecon /data/service/el1/public/for-all-app/framework_ark_cache" 7 ] 8 } 9 ], 10 "services" : [{ 11 "name" : "compiler_service", 12 "path" : ["/system/bin/sa_main", "/system/profile/compiler_service.json"], 13 "ondemand" : true, 14 "uid" : "compiler_service", 15 "gid" : ["compiler_service"], 16 "caps" : ["SETUID", "SETGID", "KILL"], 17 "secon" : "u:r:compiler_service:s0" 18 } 19 ] 20}