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