diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-01 02:52:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-01 02:52:17 +0200 |
commit | d28e9236e79e2d0a49aba472f86f7551ce9ca2f1 (patch) | |
tree | 520870cd4967ed54b0026894bc8f58a45f505785 /TODO | |
parent | adb3a45d9a1cebdec30406cc2c04503fc5e735be (diff) |
core: parse Slice= from the unit type specific unit file section
Since not all unit types know Slice= it belongs in the unit type
specific unit file section.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -36,6 +36,8 @@ Features: * split up BlockIOWeight= and BlockIODeviceWeight= +* introduce high-level settings for RT budget, swapiness + * how to reset dynamically changed attributes sanely? * when reloading configuration, apply new cgroup configuration @@ -48,10 +50,8 @@ Features: * split out CreateMachine into systemd-machined -* introduce new Scope unit type then make logind's session and machine - registration use this to set up cgroups - -* should Slice= be part of [Unit] or of [Service]? +* make logind's session and machine + registration use Slices to set up cgroups * journald: make sure ratelimit is actually really per-service with the new cgroup changes |