]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/tmp.mount
Add SPDX license headers to python scripts
[thirdparty/systemd.git] / units / tmp.mount
CommitLineData
623ac9d2
KS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
623ac9d2
KS
6# (at your option) any later version.
7
8[Unit]
9a4eeb4a 9Description=Temporary Directory (/tmp)
3eca6286 10Documentation=man:hier(7)
16a5d412 11Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
8ebf02d6 12ConditionPathIsSymbolicLink=!/tmp
d0114527
TG
13DefaultDependencies=no
14Conflicts=umount.target
15Before=local-fs.target umount.target
3e3852b3 16After=swap.target
623ac9d2
KS
17
18[Mount]
19What=tmpfs
20Where=/tmp
21Type=tmpfs
2f9df7c9 22Options=mode=1777,strictatime,nosuid,nodev