• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "reboot",
4            "cmds" : [
5                "stop_feed_highdog",
6                "stopAllServices true",
7                "sync ",
8                "umount /vendor",
9                "umount /data MNT_FORCE",
10                "sync "
11            ]
12        }, {
13            "name" : "suspend",
14            "cmds" : [
15                "stopAllServices false",
16                "sync ",
17                "umount /vendor",
18                "umount /data MNT_FORCE",
19                "sync "
20            ]
21        }
22    ],
23    "services" : []
24}
25