From 3c64aca5445360622db21b3b00feb94d2ea148d4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 24 Apr 2024 11:22:31 +0200 Subject: [PATCH] update TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 163f66f152..5bc8a7c683 100644 --- 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.