diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-18 04:17:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-18 04:17:05 +0200 |
commit | 710bd1434709402e557b03a684eb905b619477dc (patch) | |
tree | b1a15d031643fe6f8c11a7b5382021f93348f32a /units | |
parent | a4312405f209ff19fa071b15bda843f4e68ffbbc (diff) |
units: fix syntax of mount unit files
Diffstat (limited to 'units')
-rw-r--r-- | units/dev-hugepages.automount | 2 | ||||
-rw-r--r-- | units/dev-hugepages.mount | 2 | ||||
-rw-r--r-- | units/dev-mqueue.automount | 2 | ||||
-rw-r--r-- | units/dev-mqueue.mount | 2 | ||||
-rw-r--r-- | units/proc-sys-fs-binfmt_misc.automount | 2 | ||||
-rw-r--r-- | units/proc-sys-fs-binfmt_misc.mount | 2 | ||||
-rw-r--r-- | units/sys-kernel-debug.automount | 2 | ||||
-rw-r--r-- | units/sys-kernel-debug.mount | 2 | ||||
-rw-r--r-- | units/var-run.mount | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/units/dev-hugepages.automount b/units/dev-hugepages.automount index f17b19dfe7..bcc40090b6 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 8ffff36a91..c7458b5a6a 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 4e343ac47b..3cb408dee3 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 f0cb5f730a..0a246fb427 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 4466ced9e3..41325f31ac 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 af8e2002f8..ea162e5d44 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 b573be9418..e6444b0471 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 7badf80ecf..1fc4bdd855 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 aaa1580e7e..a9ad3bd33a 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] |