1 2 3 4 5 6 7 8 9 10 11
[Unit] Description=Unmount opt DefaultDependencies=no ConditionPathIsMountPoint=/opt Before=local-fs-pre.target local-fs.target shutdown.target Requires=local-fs-pre.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/umount -l /opt