1{
2    "jobs" : [{
3            "name" : "post-fs-data",
4            "cmds" : [
5                "chown tee tee /dev/teelog"
6            ]
7        }
8    ],
9    "services" : [{
10            "name" : "tlogcat",
11            "path" : ["/system/bin/tlogcat", "-f"],
12            "uid" : "tee",
13            "gid" : ["tee", "log"],
14            "secon" : "u:r:tlogcat:s0",
15            "start-mode" : "condition"
16        }
17    ]
18}
19