diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/sys-kernel-config.automount | 15 | ||||
-rw-r--r-- | units/sys-kernel-config.mount | 4 |
2 files changed, 3 insertions, 16 deletions
diff --git a/units/sys-kernel-config.automount b/units/sys-kernel-config.automount deleted file mode 100644 index 1b4e81117d..0000000000 --- a/units/sys-kernel-config.automount +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -[Unit] -Description=Config File System Automount Point -DefaultDependencies=no -Before=sysinit.target -ConditionPathExists=/sys/kernel/config - -[Automount] -Where=/sys/kernel/config diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index a80d052556..f64b1ac25f 100644 --- a/units/sys-kernel-config.mount +++ b/units/sys-kernel-config.mount @@ -6,8 +6,10 @@ # (at your option) any later version. [Unit] -Description=Config File System +Description=Configuration File System DefaultDependencies=no +ConditionPathExists=/sys/kernel/config +After=systemd-modules-load.service [Mount] What=configfs |