1{
2  "process": "updater_sa",
3  "systemability": [
4    {
5      "name": 3006,
6      "libpath": "libupdateservice.z.so",
7      "run-on-create": false,
8      "distributed": false,
9      "bootphase": "BootStartPhase",
10      "dump-level": 1,
11      "auto-restart" : true,
12      "start-on-demand": {
13        "allow-update": true,
14        "commonevent": [
15          {
16            "name": "usual.event.BOOT_COMPLETED"
17          }
18        ],
19        "timedevent": [
20          {
21            "name": "loopevent",
22            "value": "14400"
23          }
24        ]
25      }
26    }
27  ]
28}