• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "param:bootevent.useriam.fwkready=true",
4            "condition" : "bootevent.useriam.fwkready=true",
5            "cmds" : [
6                "start pinauth"
7            ]
8        }
9    ],
10    "services" : [{
11            "name" : "pinauth",
12            "path" : ["/system/bin/sa_main", "/system/profile/pinauth.xml"],
13            "uid" : "system",
14            "gid" : ["system", "shell"],
15            "secon" : "u:r:pinauth:s0",
16            "start-mode" : "condition"
17        }
18    ]
19}
20