From c4b5a3d66fedaa872209920944800e173536f801 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 7 Mar 2011 17:38:15 +0100 Subject: mount: make /media a tmpfs --- units/media.mount | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 units/media.mount (limited to 'units/media.mount') diff --git a/units/media.mount b/units/media.mount new file mode 100644 index 0000000000..66a5a5ca2a --- /dev/null +++ b/units/media.mount @@ -0,0 +1,16 @@ +# 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=Media Directory +Before=local-fs.target + +[Mount] +What=tmpfs +Where=/media +Type=tmpfs +Options=mode=755,nosuid,nodev,noexec -- cgit v1.2.3-54-g00ecf