1[Unit] 2Description=Mount BMC rofs volumes after a reboot 3Before=xyz.openbmc_project.Software.BMC.Updater.service 4 5[Service] 6Type=oneshot 7RemainAfterExit=no 8ExecStart=/usr/bin/obmc-flash-bmc mmc-mount @MEDIA_DIR@ 9ExecStart=/bin/mkdir -p @MEDIA_DIR@/hostfw 10ExecStart=-/bin/mount PARTLABEL=hostfw @MEDIA_DIR@/hostfw -t ext4 11 12[Install] 13WantedBy=xyz.openbmc_project.Software.BMC.Updater.service 14