]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 32441/head
authorLennart Poettering <lennart@poettering.net>
Wed, 24 Apr 2024 09:22:31 +0000 (11:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Apr 2024 11:40:41 +0000 (13:40 +0200)
TODO

diff --git a/TODO b/TODO
index 163f66f1527b93465b62f2d3f9f2b2fb35fe852f..5bc8a7c683c30ad0c85afc213dab7b7863dc4a5c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,13 @@ Deprecations and removals:
 
 Features:
 
+* expose the handoff timestamp fully via the D-Bus properties that contain
+  ExecStatus information
+
+* properly serialize the ExecStatus data from all ExecCommand objects
+  associated with services, sockets, mounts and swaps. Currently, the data is
+  flushed out on reload, which is quite a limitation.
+
 * Clean up "reboot argument" handling, i.e. set it through some IPC service
   instead of directly via /run/, so that it can be sensible set remotely.