From 710bd1434709402e557b03a684eb905b619477dc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 May 2010 04:17:05 +0200 Subject: [PATCH] units: fix syntax of mount unit files --- units/dev-hugepages.automount | 2 +- units/dev-hugepages.mount | 2 +- units/dev-mqueue.automount | 2 +- units/dev-mqueue.mount | 2 +- units/proc-sys-fs-binfmt_misc.automount | 2 +- units/proc-sys-fs-binfmt_misc.mount | 2 +- units/sys-kernel-debug.automount | 2 +- units/sys-kernel-debug.mount | 2 +- 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 f17b19dfe..bcc40090b 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 8ffff36a9..c7458b5a6 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 4e343ac47..3cb408dee 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 f0cb5f730..0a246fb42 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 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 . [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 . [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 . [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 . [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 . [Unit] -Name=Runtime Directory +Description=Runtime Directory Before=local-fs.target [Mount] -- 2.30.2