summaryrefslogtreecommitdiff
path: root/units/tmp.mount
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-11-15 19:47:25 +0100
committerKay Sievers <kay.sievers@vrfy.org>2010-11-15 19:47:25 +0100
commitd8b4dbe6d7b1dcef739927d37b2e763860b85233 (patch)
tree9d7c6f211a5d82c768a3afa1c41da365b5c828b7 /units/tmp.mount
parent2fa47da53e922eebf4ca52ef2b7c6ece383a85ea (diff)
downloadsystemd-d8b4dbe6d7b1dcef739927d37b2e763860b85233.tar.gz
delete tmp.mount which may conflict with an unrelated fstab entry
Diffstat (limited to 'units/tmp.mount')
-rw-r--r--units/tmp.mount16
1 files changed, 0 insertions, 16 deletions
diff --git a/units/tmp.mount b/units/tmp.mount
deleted file mode 100644
index 8d0b8afb17..0000000000
--- a/units/tmp.mount
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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