blob: d1363653137238eb5648c0762537fa36761c9670 [file] [log] [blame]
Adriana Kobylaka8eb7812019-04-23 14:48:58 -05001[Unit]
2Description=Remount the ubi volume after a reboot
Adriana Kobylaka8eb7812019-04-23 14:48:58 -05003Before=xyz.openbmc_project.Software.BMC.Updater.service
Adriana Kobylak61c1a8a2024-12-05 11:42:48 -06004Before=xyz.openbmc_project.Software.Manager.service
Adriana Kobylaka8eb7812019-04-23 14:48:58 -05005Wants=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