1
0
mirror of https://github.com/systemd/systemd synced 2024-07-05 17:39:42 +00:00

update TODO

This commit is contained in:
Lennart Poettering 2024-04-24 11:22:31 +02:00
parent be3444f119
commit 3c64aca544

7
TODO
View File

@ -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.