blob: d5536e00a18bf1057cb7eefdb5bf0124e787adbc [file] [log] [blame]
Patrick Venture298930a2019-07-03 11:44:52 -07001[{
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}]