xref: /openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-umount.service.in (revision cab87e9cdeeb3e166d6d577511f6be4dc7721aca)
1[Unit]
2Description=Unmount BMC rofs volumes
3After=xyz.openbmc_project.Software.BMC.Updater.service
4After=xyz.openbmc_project.Software.Manager.service
5
6[Service]
7Type=oneshot
8RemainAfterExit=no
9ExecStart=-/bin/umount @MEDIA_DIR@/rofs-a
10ExecStart=-/bin/umount @MEDIA_DIR@/rofs-b
11ExecStart=-/bin/umount @MEDIA_DIR@/rofs-a-functional
12ExecStart=-/bin/umount @MEDIA_DIR@/rofs-b-functional
13
14[Install]
15WantedBy=xyz.openbmc_project.Software.BMC.Updater.service
16WantedBy=xyz.openbmc_project.Software.Manager.service
17