xref: /openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-umount.service.in (revision cab87e9cdeeb3e166d6d577511f6be4dc7721aca)
1*cab87e9cSJagpal Singh Gill[Unit]
2*cab87e9cSJagpal Singh GillDescription=Unmount BMC rofs volumes
3*cab87e9cSJagpal Singh GillAfter=xyz.openbmc_project.Software.BMC.Updater.service
4*cab87e9cSJagpal Singh GillAfter=xyz.openbmc_project.Software.Manager.service
5*cab87e9cSJagpal Singh Gill
6*cab87e9cSJagpal Singh Gill[Service]
7*cab87e9cSJagpal Singh GillType=oneshot
8*cab87e9cSJagpal Singh GillRemainAfterExit=no
9*cab87e9cSJagpal Singh GillExecStart=-/bin/umount @MEDIA_DIR@/rofs-a
10*cab87e9cSJagpal Singh GillExecStart=-/bin/umount @MEDIA_DIR@/rofs-b
11*cab87e9cSJagpal Singh GillExecStart=-/bin/umount @MEDIA_DIR@/rofs-a-functional
12*cab87e9cSJagpal Singh GillExecStart=-/bin/umount @MEDIA_DIR@/rofs-b-functional
13*cab87e9cSJagpal Singh Gill
14*cab87e9cSJagpal Singh Gill[Install]
15*cab87e9cSJagpal Singh GillWantedBy=xyz.openbmc_project.Software.BMC.Updater.service
16*cab87e9cSJagpal Singh GillWantedBy=xyz.openbmc_project.Software.Manager.service
17