summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-10 23:53:55 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-10 23:54:55 +0100
commit60411ac750ec928114be80b133d9782a1cb2da62 (patch)
treeee695c0087cc2463c83451f9f8e4f15872a85061 /TODO
parent369c583b3fb3d672ef469d53141e274ec9d2e8a7 (diff)
bus: we really need to get rid of the :no-sender hack
This is where a hack from PID 1 spilled into the client side. We need to get rid of this as soon as PID 1 is converted to libsystemd-bus.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index e8dc16c86..fe5d2f588 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,4 @@
Bugfixes:
-* check :no-sender logic after PID conversion
-
* enabling an instance unit creates a pointless link, and
the unit will be started with getty@getty.service:
$ systemctl enable getty@.service
@@ -35,8 +33,6 @@ Fedora 20:
CGroup Rework Completion:
-* introduce "mainpid" for scopes (or maybe not?)
-
* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
* implement per-slice CPUFairScheduling=1 switch
@@ -47,6 +43,8 @@ CGroup Rework Completion:
Features:
+* check :no-sender logic after PID 1 conversion
+
* increase journal files by a few MB each time, instead of piecemeal
* add field to transient units that indicate whether systemd or somebody else saves/restores its settings, for integration with libvirt