blob: ff571d7aa04cb492ff01a10d21525ea92fc2a6cd [file] [log] [blame]
Saqib Khanbb93e642017-08-10 11:24:38 -05001[Unit]
2Description=Remount the ubi volume after a reboot
3Wants=xyz.openbmc_project.Software.BMC.Updater.service
4Before=xyz.openbmc_project.Software.BMC.Updater.service
5
6[Service]
7Type=oneshot
8RemainAfterExit=no
Michael Tritzfbd81be2017-08-15 14:07:23 -05009ExecStart=/usr/bin/env obmc-flash-bmc ubiremount
10SyslogIdentifier=obmc-flash-bmc
Saqib Khanbb93e642017-08-10 11:24:38 -050011
12[Install]
13WantedBy=multi-user.target