blob: b0d4831fe905dad9f59e8c8ff342e83420a6b837 [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
ExecStart=-/bin/umount @MEDIA_DIR@/rofs-a-functional
ExecStart=-/bin/umount @MEDIA_DIR@/rofs-b-functional
[Install]
WantedBy=xyz.openbmc_project.Software.BMC.Updater.service