]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/tmp.mount
core: when a unit template is specified in SYSTEMD_WANTS=, instantiate it with sysfs...
[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
623ac9d2
KS
16
17[Mount]
18What=tmpfs
19Where=/tmp
20Type=tmpfs
2f9df7c9 21Options=mode=1777,strictatime,nosuid,nodev