diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-11-01 13:52:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-11-01 13:52:46 +0100 |
commit | b7f44df59a7f76d2bd5302df2f5ec9be9b7fa2fa (patch) | |
tree | 6350648210e65f13e145756a3ba4db6bf175fa82 /README | |
parent | a6eb9147a820d1c08b315867373a21bd0ece2f05 (diff) |
README: explain dependency on cgroups
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,10 @@ LICENSE: GPLv2+ for all code, except sd-daemon.[ch] which is MIT REQUIREMENTS: - Linux kernel >= 2.6.39 (with devtmpfs, cgroups; optional but strongly recommended: autofs4, ipv6) + Linux kernel >= 2.6.39 + with devtmpfs + with cgroups (but it's OK to disable all controllers) + optional but strongly recommended: autofs4, ipv6 libudev >= 172 dbus >= 1.4.0 libcap |