]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/sys-kernel-debug.mount
relicense to LGPLv2.1 (with exceptions)
[thirdparty/systemd.git] / units / sys-kernel-debug.mount
CommitLineData
670802d4
LP
1# This file is part of systemd.
2#
670802d4 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
670802d4 6# (at your option) any later version.
670802d4
LP
7
8[Unit]
710bd143 9Description=Debug File System
2edd4434 10DefaultDependencies=no
e124e7a4
LP
11ConditionPathExists=/sys/kernel/debug
12Before=sysinit.target
670802d4
LP
13
14[Mount]
15What=debugfs
16Where=/sys/kernel/debug
17Type=debugfs