summaryrefslogtreecommitdiffstats
path: root/debian/extra/units/run-lock.mount
blob: 8d22dd9771c6fd1cc490e5f1cff7318ae9e134e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Legacy Locks Directory /run/lock
DefaultDependencies=no
Conflicts=umount.target
Before=local-fs.target umount.target

[Mount]
Type=tmpfs
What=tmpfs
Where=/run/lock
Options=mode=1777,nosuid,nodev,noexec,size=5242880

[Install]
WantedBy=local-fs.target