diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-02 17:43:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-05-02 17:43:18 +0200 |
commit | 7ec75dc70fa414f53c9bb51881ac90d37dd3d5af (patch) | |
tree | a77eef2fb148a9a0120099be96d1489692ee566f /units/sys-kernel-security.automount | |
parent | 40013ebc3dde291128855f0506850bba6518a11d (diff) |
units: enable automount units only if the kernel supports them
Diffstat (limited to 'units/sys-kernel-security.automount')
-rw-r--r-- | units/sys-kernel-security.automount | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/sys-kernel-security.automount b/units/sys-kernel-security.automount index cd13e4a88a..b7b16e19aa 100644 --- a/units/sys-kernel-security.automount +++ b/units/sys-kernel-security.automount @@ -9,6 +9,7 @@ Description=Security File System Automount Point DefaultDependencies=no Before=sysinit.target +ConditionPathExists=/sys/kernel/security [Automount] Where=/sys/kernel/security |