mirror of
https://github.com/systemd/systemd.git
synced 2025-09-10 22:52:49 +02:00
units: drop automount unit for /sys/kernel/debug
Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
[Unit]
|
||||
Description=Debug File System
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=/sys/kernel/debug
|
||||
Before=sysinit.target
|
||||
|
||||
[Mount]
|
||||
What=debugfs
|
||||
|
||||
Reference in New Issue
Block a user