]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
Merge pull request #14109 from poettering/varlink-tweaks
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 9a1459505833b2ef5634ae7d237385702bdd976f..c3cc999ac4620256d0464bbb24f5e814aa3f526a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,16 +23,8 @@ Before v244:
   it for the env var, the bootctl verb and the EFI variable itself, clear up
   semantics.
 
-* Figure out a better name for the global per-unit-type drop-in dirs, it's
-  confusing when it comes to -.mount.d/ (is it a drop-in-dir for all mount
-  units, or one for the root mount?). Also, OOM handling in
-  service_unit_name_is_valid() is borked.
-
 Features:
 
-* localed: if UTC is selected but timezone file for it doesn't exist, delete
-  /etc/localtime instead of creating a symlink
-
 * socket units: allow creating a udev monitor socket with ListenDevices= or so,
   with matches, then actviate app thorugh that passing socket oveer
 
@@ -174,10 +166,6 @@ Features:
 * sd-boot: optionally, show boot menu when previous default boot item has
   non-zero "tries done" count
 
-* maybe set a special xattr on cgroups that have delegate=yes set, to make it
-  easy to mark cut points, then use this information in "systemd-cgls" to show
-  them (e.g. color delegated subtrees in a different color)
-
 * introduce an option (or replacement) for "systemctl show" that outputs all
   properties as JSON, similar to busctl's new JSON output. In contrast to that
   it should skip the variant type string though.