]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/tmp.mount
man: daemon - typo fix
[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]
9Description=Temporary Directory
3eca6286 10Documentation=man:hier(7)
25ed7958 11Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
d0114527
TG
12DefaultDependencies=no
13Conflicts=umount.target
14Before=local-fs.target umount.target
623ac9d2
KS
15
16[Mount]
17What=tmpfs
18Where=/tmp
19Type=tmpfs
635f7d8c 20Options=mode=1777,strictatime