]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/sys-kernel-debug.mount
units: .gitignore: units - ignore tmp.mount
[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
744881d1 10Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
25ed7958 11Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
2edd4434 12DefaultDependencies=no
e124e7a4 13ConditionPathExists=/sys/kernel/debug
fa229d09 14ConditionCapability=CAP_SYS_RAWIO
e124e7a4 15Before=sysinit.target
670802d4
LP
16
17[Mount]
18What=debugfs
19Where=/sys/kernel/debug
20Type=debugfs