Lei YU | 8474967 | 2021-12-15 14:31:10 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Prepare sync for static dual image layout | ||||
3 | Requires=xyz.openbmc_project.Software.Sync.service | ||||
4 | Before=xyz.openbmc_project.Software.Sync.service | ||||
5 | |||||
6 | [Service] | ||||
7 | Type=oneshot | ||||
8 | RemainAfterExit=yes | ||||
9 | ExecStart=-/usr/bin/obmc-flash-bmc static-altfs jffs2 alt-rwfs rwfs-alt | ||||
10 | ExecStart=-/usr/bin/sync-once.sh | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=xyz.openbmc_project.Software.Sync.service |