xref: /openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiremount.service.in (revision cab87e9cdeeb3e166d6d577511f6be4dc7721aca)
1[Unit]
2Description=Remount the ubi volume after a reboot
3Before=xyz.openbmc_project.Software.BMC.Updater.service
4Before=xyz.openbmc_project.Software.Manager.service
5Wants=obmc-flash-bmc-setenv@rwreset.service
6After=obmc-flash-bmc-setenv@rwreset.service
7
8[Service]
9Type=oneshot
10RemainAfterExit=no
11ExecStart=/usr/bin/obmc-flash-bmc ubiremount
12
13[Install]
14WantedBy=multi-user.target
15