summaryrefslogtreecommitdiff
path: root/units/umount-opt.service
blob: dcf6c13ad14a094130c26f769acbc6fa49bf1d90 (plain)
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