]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/tmp.mount.m4
Merge pull request #1726 from teg/networkd-2
[thirdparty/systemd.git] / units / tmp.mount.m4
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]
9Description=Temporary Directory
3eca6286 10Documentation=man:hier(7)
25ed7958 11Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
8ebf02d6 12ConditionPathIsSymbolicLink=!/tmp
d0114527
TG
13DefaultDependencies=no
14Conflicts=umount.target
15Before=local-fs.target umount.target
623ac9d2
KS
16
17[Mount]
18What=tmpfs
19Where=/tmp
20Type=tmpfs
29a3f0d4 21Options=mode=1777,strictatime
5dfcb8d2 22m4_ifdef(`HAVE_SMACK',
7cb48925 23SmackFileSystemRootLabel=*
5dfcb8d2 24)m4_dnl