summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-03-27 17:04:22 +0200
committerLennart Poettering <lennart@poettering.net>2012-03-27 17:04:22 +0200
commit231931ffba1bca9d8759bbd6f797e56f8c6971fa (patch)
treeafb048b0f4768c100ce2b9435e428f1d2dd3d8a7 /units
parentd508ac0ba0c43efa8caacdd8050970efb1e30243 (diff)
units: don't mount tmpfs on /media anymore
udisks2 doesn't use /media anymore, instead mounts removable media in a user-private directory beneath /run. /media is hence mostly obsolete and hence it makes little sense to continue to mount a tmpfs to it. Distributions should consider dropping the mount point entirely since nothing uses it anymore.
Diffstat (limited to 'units')
-rw-r--r--units/media.mount16
1 files changed, 0 insertions, 16 deletions
diff --git a/units/media.mount b/units/media.mount
deleted file mode 100644
index 66a5a5ca2..000000000
--- a/units/media.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=Media Directory
-Before=local-fs.target
-
-[Mount]
-What=tmpfs
-Where=/media
-Type=tmpfs
-Options=mode=755,nosuid,nodev,noexec