summaryrefslogtreecommitdiff
path: root/units/media.mount
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-07 17:38:15 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-07 17:38:15 +0100
commitc4b5a3d66fedaa872209920944800e173536f801 (patch)
tree7a231a4ad1d974fabb4e64c87a9822a4a384a15f /units/media.mount
parent7fc7012b8b54bdd6610d32649d4ee9c938a4843d (diff)
mount: make /media a tmpfs
Diffstat (limited to 'units/media.mount')
-rw-r--r--units/media.mount16
1 files changed, 16 insertions, 0 deletions
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