2010-05-18 09:10:17 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
2010-05-18 10:17:05 +08:00
|
|
|
Description=Debug File System Automount Point
|
2010-07-13 04:55:27 +08:00
|
|
|
DefaultDependencies=no
|
2010-11-19 23:24:21 +08:00
|
|
|
Before=sysinit.target
|
2011-05-02 23:43:18 +08:00
|
|
|
ConditionPathExists=/sys/kernel/debug
|
2010-05-18 09:10:17 +08:00
|
|
|
|
|
|
|
[Automount]
|
|
|
|
Where=/sys/kernel/debug
|