xref: /openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiremount.service.in (revision cab87e9cdeeb3e166d6d577511f6be4dc7721aca)
1*cab87e9cSJagpal Singh Gill[Unit]
2*cab87e9cSJagpal Singh GillDescription=Remount the ubi volume after a reboot
3*cab87e9cSJagpal Singh GillBefore=xyz.openbmc_project.Software.BMC.Updater.service
4*cab87e9cSJagpal Singh GillBefore=xyz.openbmc_project.Software.Manager.service
5*cab87e9cSJagpal Singh GillWants=obmc-flash-bmc-setenv@rwreset.service
6*cab87e9cSJagpal Singh GillAfter=obmc-flash-bmc-setenv@rwreset.service
7*cab87e9cSJagpal Singh Gill
8*cab87e9cSJagpal Singh Gill[Service]
9*cab87e9cSJagpal Singh GillType=oneshot
10*cab87e9cSJagpal Singh GillRemainAfterExit=no
11*cab87e9cSJagpal Singh GillExecStart=/usr/bin/obmc-flash-bmc ubiremount
12*cab87e9cSJagpal Singh Gill
13*cab87e9cSJagpal Singh Gill[Install]
14*cab87e9cSJagpal Singh GillWantedBy=multi-user.target
15