Patrick Venture | 298930a | 2019-07-03 11:44:52 -0700 | [diff] [blame^] | 1 | [{ |
2 | "blob": "/flash/image", | ||||
3 | "handler": { | ||||
4 | "type": "file", | ||||
5 | "path": "@STATIC_HANDLER_STAGED_NAME@" | ||||
6 | }, | ||||
7 | "actions": { | ||||
8 | "preparation": { | ||||
9 | "type": "systemd", | ||||
10 | "unit": "@PREPARATION_DBUS_SERVICE@" | ||||
11 | }, | ||||
12 | "verification": { | ||||
13 | "type": "fileSystemdVerify", | ||||
14 | "unit": "@VERIFY_DBUS_SERVICE@", | ||||
15 | "path": "@VERIFY_STATUS_FILENAME@" | ||||
16 | }, | ||||
17 | "update": { | ||||
18 | "type": "reboot" | ||||
19 | } | ||||
20 | } | ||||
21 | }] |