diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-15 21:20:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 14:54:13 +0100 |
commit | f54353406a4fc29fd327fc21f13bb312675f0924 (patch) | |
tree | e50cbcc2550bd6fe9dd7075a7a72662073e4f413 /TODO | |
parent | cgroup-util: when attaching/creating cgroups in multiple hierarchies, take jo... (diff) | |
download | systemd-f54353406a4fc29fd327fc21f13bb312675f0924.tar.gz systemd-f54353406a4fc29fd327fc21f13bb312675f0924.tar.bz2 systemd-f54353406a4fc29fd327fc21f13bb312675f0924.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Features: * consider splitting out all temporary file creation APIs (we have so many in fileio.h and elsewhere!) into a new util file of its own. -* set memory.oom.group in cgroupsv2 for all leaf cgroups +* set memory.oom.group in cgroupsv2 for all leaf cgroups (kernel v4.19+) * drop umask() calls and suchlike from our generators, pid1 should set things up correctly anyway |