1[Unit]
2Description=Remount the squashfs and ubi volumes after a reboot
3Wants=org.open_power.Software.Host.Updater.service
4Before=org.open_power.Software.Host.Updater.service
5
6[Service]
7Type=oneshot
8RemainAfterExit=yes
9ExecStart=/usr/bin/obmc-flash-bios ubiremount
10
11[Install]
12WantedBy=multi-user.target
13