]>
Commit | Line | Data |
---|---|---|
a7df2d1e ZJS |
1 | # SPDX-License-Identifier: LGPL-2.1+ |
2 | # | |
d6bca18e BN |
3 | # This file is part of systemd. |
4 | # | |
5 | # systemd is free software; you can redistribute it and/or modify it | |
5430f7f2 LP |
6 | # under the terms of the GNU Lesser General Public License as published by |
7 | # the Free Software Foundation; either version 2.1 of the License, or | |
d6bca18e BN |
8 | # (at your option) any later version. |
9 | ||
10 | [Unit] | |
9a4eeb4a | 11 | Description=Kernel Configuration File System |
744881d1 | 12 | Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt |
16a5d412 | 13 | Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems |
d6bca18e | 14 | DefaultDependencies=no |
0286cc15 | 15 | ConditionPathExists=/sys/kernel/config |
fa229d09 | 16 | ConditionCapability=CAP_SYS_RAWIO |
0286cc15 | 17 | After=systemd-modules-load.service |
e124e7a4 | 18 | Before=sysinit.target |
d6bca18e BN |
19 | |
20 | [Mount] | |
21 | What=configfs | |
22 | Where=/sys/kernel/config | |
23 | Type=configfs |