| Adriana Kobylak | 10e915a | 2019-05-31 13:25:36 -0500 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Remount the squashfs and ubi volumes after a reboot | ||||
| 3 | Wants=org.open_power.Software.Host.Updater.service | ||||
| 4 | Before=org.open_power.Software.Host.Updater.service | ||||
| 5 | |||||
| 6 | [Service] | ||||
| 7 | Type=oneshot | ||||
| 8 | RemainAfterExit=yes | ||||
| 9 | ExecStart=/usr/bin/obmc-flash-bios ubiremount | ||||
| 10 | |||||
| 11 | [Install] | ||||
| 12 | WantedBy=multi-user.target | ||||