2010-05-23 06:56:54 +07: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]
|
|
|
|
Description=Security File System Automount Point
|
2010-07-13 03:55:27 +07:00
|
|
|
DefaultDependencies=no
|
2010-11-19 22:24:21 +07:00
|
|
|
Before=sysinit.target
|
2011-05-02 22:43:18 +07:00
|
|
|
ConditionPathExists=/sys/kernel/security
|
2010-05-23 06:56:54 +07:00
|
|
|
|
|
|
|
[Automount]
|
|
|
|
Where=/sys/kernel/security
|