• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "late-fs",
4            "cmds" : [
5                "start check_module_update"
6            ]
7        }
8    ],
9    "services" : [{
10            "name" : "check_module_update",
11            "path" : ["/system/bin/check_module_update_init", "setParam"],
12            "uid" : "update",
13            "gid" : ["update", "system", "root"],
14            "secon" : "u:r:module_update_service:s0",
15            "start-mode" : "condition",
16            "once" : 1
17        }
18    ]
19}