units: add tmp.mount

This commit is contained in:
Kay Sievers 2010-08-17 19:43:44 +02:00
parent 02ee865a46
commit b54dd8b7f4
2 changed files with 20 additions and 0 deletions

View File

@ -151,6 +151,7 @@ dist_systemunit_DATA = \
units/sys-kernel-debug.mount \
units/sys-kernel-security.automount \
units/sys-kernel-security.mount \
units/tmp.mount \
units/var-lock.mount \
units/var-lock.service \
units/var-run.mount \

19
units/tmp.mount Normal file
View File

@ -0,0 +1,19 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
[Unit]
Description=Temporary Directory
Before=local-fs.target
[Mount]
What=tmpfs
Where=/tmp
Type=tmpfs
Options=mode=1777
[Install]
WantedBy=local-fs.target