[systemd-commits] 2 commits - README TODO
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Nov 1 05:53:46 PDT 2011
README | 5 ++++-
TODO | 2 ++
2 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit b7f44df59a7f76d2bd5302df2f5ec9be9b7fa2fa
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Nov 1 13:52:28 2011 +0100
README: explain dependency on cgroups
diff --git a/README b/README
index 15afb2c..a4cbeae 100644
--- a/README
+++ b/README
@@ -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
commit a6eb9147a820d1c08b315867373a21bd0ece2f05
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Nov 1 13:48:30 2011 +0100
update TODO
diff --git a/TODO b/TODO
index 9149018..16cfd21 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ Features:
* unset container= in PID1?
+* automatically escape unit names passed on the service (i.e. think "systemctl start serial-getty.service at serial/by-path/jshdfjsdfhkjh" being automatically escaped as necessary.
+
* if we can not get user quota for tmpfs, mount a separate tmpfs instance
for every user in /run/user/$USER with a configured maximum size
More information about the systemd-commits
mailing list