blob: 535377c801d58e2f6e19c535c8cb9ac876346416 [file] [log] [blame]
[Unit]
Description=Unmount BMC rofs volumes
After=xyz.openbmc_project.Software.BMC.Updater.service
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=-/bin/umount @MEDIA_DIR@/rofs-a
ExecStart=-/bin/umount @MEDIA_DIR@/rofs-b
[Install]
WantedBy=xyz.openbmc_project.Software.BMC.Updater.service