]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/sys-kernel-config.mount
Merge pull request #1363 from msekletar/ldconfig
[thirdparty/systemd.git] / units / sys-kernel-config.mount
CommitLineData
d6bca18e
BN
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
d6bca18e
BN
6# (at your option) any later version.
7
8[Unit]
0286cc15 9Description=Configuration File System
744881d1 10Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
25ed7958 11Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
d6bca18e 12DefaultDependencies=no
0286cc15 13ConditionPathExists=/sys/kernel/config
fa229d09 14ConditionCapability=CAP_SYS_RAWIO
0286cc15 15After=systemd-modules-load.service
e124e7a4 16Before=sysinit.target
d6bca18e
BN
17
18[Mount]
19What=configfs
20Where=/sys/kernel/config
21Type=configfs