From b54dd8b7f4313140ac1a6d66a2fcc58be5441bc8 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 17 Aug 2010 19:43:44 +0200 Subject: units: add tmp.mount --- units/tmp.mount | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 units/tmp.mount (limited to 'units') diff --git a/units/tmp.mount b/units/tmp.mount new file mode 100644 index 000000000..9752ef81a --- /dev/null +++ b/units/tmp.mount @@ -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 -- cgit v1.2.3