summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-18 04:17:05 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-18 04:17:05 +0200
commit710bd1434709402e557b03a684eb905b619477dc (patch)
treeb1a15d031643fe6f8c11a7b5382021f93348f32a
parenta4312405f209ff19fa071b15bda843f4e68ffbbc (diff)
units: fix syntax of mount unit files
-rw-r--r--units/dev-hugepages.automount2
-rw-r--r--units/dev-hugepages.mount2
-rw-r--r--units/dev-mqueue.automount2
-rw-r--r--units/dev-mqueue.mount2
-rw-r--r--units/proc-sys-fs-binfmt_misc.automount2
-rw-r--r--units/proc-sys-fs-binfmt_misc.mount2
-rw-r--r--units/sys-kernel-debug.automount2
-rw-r--r--units/sys-kernel-debug.mount2
-rw-r--r--units/var-run.mount2
9 files changed, 9 insertions, 9 deletions
diff --git a/units/dev-hugepages.automount b/units/dev-hugepages.automount
index f17b19dfe..bcc40090b 100644
--- a/units/dev-hugepages.automount
+++ b/units/dev-hugepages.automount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=Huge Pages File System Automount Point
+Description=Huge Pages File System Automount Point
Before=basic.target
[Automount]
diff --git a/units/dev-hugepages.mount b/units/dev-hugepages.mount
index 8ffff36a9..c7458b5a6 100644
--- a/units/dev-hugepages.mount
+++ b/units/dev-hugepages.mount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=Huge Pages File System
+Description=Huge Pages File System
[Mount]
What=hugetlbfs
diff --git a/units/dev-mqueue.automount b/units/dev-mqueue.automount
index 4e343ac47..3cb408dee 100644
--- a/units/dev-mqueue.automount
+++ b/units/dev-mqueue.automount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=POSIX Message Queue File System Automount Point
+Description=POSIX Message Queue File System Automount Point
Before=basic.target
[Automount]
diff --git a/units/dev-mqueue.mount b/units/dev-mqueue.mount
index f0cb5f730..0a246fb42 100644
--- a/units/dev-mqueue.mount
+++ b/units/dev-mqueue.mount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=POSIX Message Queue File System
+Description=POSIX Message Queue File System
[Mount]
What=mqueue
diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
index 4466ced9e..41325f31a 100644
--- a/units/proc-sys-fs-binfmt_misc.automount
+++ b/units/proc-sys-fs-binfmt_misc.automount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=Arbitrary Executable File Formats File System Automount Point
+Description=Arbitrary Executable File Formats File System Automount Point
Before=basic.target
[Automount]
diff --git a/units/proc-sys-fs-binfmt_misc.mount b/units/proc-sys-fs-binfmt_misc.mount
index af8e2002f..ea162e5d4 100644
--- a/units/proc-sys-fs-binfmt_misc.mount
+++ b/units/proc-sys-fs-binfmt_misc.mount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=Arbitrary Executable File Formats File System
+Description=Arbitrary Executable File Formats File System
[Mount]
What=binfmt_misc
diff --git a/units/sys-kernel-debug.automount b/units/sys-kernel-debug.automount
index b573be941..e6444b047 100644
--- a/units/sys-kernel-debug.automount
+++ b/units/sys-kernel-debug.automount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=Debug File System Automount Point
+Description=Debug File System Automount Point
Before=basic.target
[Automount]
diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount
index 7badf80ec..1fc4bdd85 100644
--- a/units/sys-kernel-debug.mount
+++ b/units/sys-kernel-debug.mount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=Debug File System
+Description=Debug File System
[Mount]
What=debugfs
diff --git a/units/var-run.mount b/units/var-run.mount
index aaa1580e7..a9ad3bd33 100644
--- a/units/var-run.mount
+++ b/units/var-run.mount
@@ -16,7 +16,7 @@
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
[Unit]
-Name=Runtime Directory
+Description=Runtime Directory
Before=local-fs.target
[Mount]