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