1{ 2 "jobs" : [{ 3 "name" : "boot", 4 "cmds" : [ 5 "mkdir /data/service/el1/public/ecological_rule_mgr_service 0770 foundation system", 6 "chown foundation system /data/service/el1/public/ecological_rule_mgr_service", 7 "chmod 0770 /data/service/el1/public/ecological_rule_mgr_service" 8 ] 9 } 10 ], 11 "services" : [{ 12 "name" : "ecologicalRuleMgrService", 13 "path" : ["/system/bin/sa_main", "/system/profile/ecologicalRuleMgrService.json"], 14 "uid" : "foundation", 15 "gid" : ["system", "appspawn","time", "shell"], 16 "caps" : ["SYS_TIME", "WAKE_ALARM"], 17 "secon" : "u:r:foundation:s0" 18 } 19 ] 20}