summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-09-21 03:35:19 +0200
committerLennart Poettering <lennart@poettering.net>2011-09-21 03:56:56 +0200
commitac0a983ac6a47cf445ead257aa5a38b06779366e (patch)
tree35991fc5192897d2dff65f8b105d49547ce0d12d /units
parent1f2c94a48782daba71dd1960b5058180e37efb2f (diff)
units: drop automount unit for /dev/hugepages
Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it.
Diffstat (limited to 'units')
-rw-r--r--units/dev-hugepages.automount15
-rw-r--r--units/dev-hugepages.mount2
2 files changed, 2 insertions, 15 deletions
diff --git a/units/dev-hugepages.automount b/units/dev-hugepages.automount
deleted file mode 100644
index 6e03df356..000000000
--- a/units/dev-hugepages.automount
+++ /dev/null
@@ -1,15 +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=Huge Pages File System Automount Point
-DefaultDependencies=no
-Before=sysinit.target
-ConditionPathExists=/sys/kernel/mm/hugepages
-
-[Automount]
-Where=/dev/hugepages
diff --git a/units/dev-hugepages.mount b/units/dev-hugepages.mount
index e6014e54a..72a522e69 100644
--- a/units/dev-hugepages.mount
+++ b/units/dev-hugepages.mount
@@ -8,6 +8,8 @@
[Unit]
Description=Huge Pages File System
DefaultDependencies=no
+Before=sysinit.target
+ConditionPathExists=/sys/kernel/mm/hugepages
[Mount]
What=hugetlbfs