From: Lennart Poettering Date: Tue, 18 May 2010 02:17:05 +0000 (+0200) Subject: units: fix syntax of mount unit files X-Git-Tag: v1~324 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=710bd1434709402e557b03a684eb905b619477dc;p=thirdparty%2Fsystemd.git units: fix syntax of mount unit files --- diff --git a/units/dev-hugepages.automount b/units/dev-hugepages.automount index f17b19dfe70..bcc40090b6c 100644 --- a/units/dev-hugepages.automount +++ b/units/dev-hugepages.automount @@ -16,7 +16,7 @@ # along with systemd; If not, see . [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 8ffff36a916..c7458b5a6aa 100644 --- a/units/dev-hugepages.mount +++ b/units/dev-hugepages.mount @@ -16,7 +16,7 @@ # along with systemd; If not, see . [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 4e343ac47b5..3cb408dee36 100644 --- a/units/dev-mqueue.automount +++ b/units/dev-mqueue.automount @@ -16,7 +16,7 @@ # along with systemd; If not, see . [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 f0cb5f730a0..0a246fb427e 100644 --- a/units/dev-mqueue.mount +++ b/units/dev-mqueue.mount @@ -16,7 +16,7 @@ # along with systemd; If not, see . [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 4466ced9e36..41325f31ac4 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 . [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 af8e2002f88..ea162e5d449 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 . [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 b573be9418a..e6444b0471d 100644 --- a/units/sys-kernel-debug.automount +++ b/units/sys-kernel-debug.automount @@ -16,7 +16,7 @@ # along with systemd; If not, see . [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 7badf80ecf5..1fc4bdd855e 100644 --- a/units/sys-kernel-debug.mount +++ b/units/sys-kernel-debug.mount @@ -16,7 +16,7 @@ # along with systemd; If not, see . [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 aaa1580e7eb..a9ad3bd33ae 100644 --- a/units/var-run.mount +++ b/units/var-run.mount @@ -16,7 +16,7 @@ # along with systemd; If not, see . [Unit] -Name=Runtime Directory +Description=Runtime Directory Before=local-fs.target [Mount]