diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-15 19:47:25 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-15 19:47:25 +0100 |
commit | d8b4dbe6d7b1dcef739927d37b2e763860b85233 (patch) | |
tree | 9d7c6f211a5d82c768a3afa1c41da365b5c828b7 /units | |
parent | 2fa47da53e922eebf4ca52ef2b7c6ece383a85ea (diff) |
delete tmp.mount which may conflict with an unrelated fstab entry
Diffstat (limited to 'units')
-rw-r--r-- | units/tmp.mount | 16 |
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 |