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/sys-kernel-debug.automount | |
parent | a4312405f209ff19fa071b15bda843f4e68ffbbc (diff) |
units: fix syntax of mount unit files
Diffstat (limited to 'units/sys-kernel-debug.automount')
-rw-r--r-- | units/sys-kernel-debug.automount | 2 |
1 files changed, 1 insertions, 1 deletions
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] |