diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-11-06 22:19:01 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-11-06 22:19:01 +0100 |
commit | c8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966 (patch) | |
tree | 8966ac2e21eb5cfbdaf9130054295304695c7205 /TODO | |
parent | NEWS: various cleanups (diff) | |
download | systemd-c8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966.tar.xz systemd-c8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -129,6 +129,12 @@ Deprecations and removals: Features: +* machined: when registering a machine, also take a relative cgroup path, + relative to the machine's unit. This is useful when registering unpriv + machines, as they might sit down the cgroup tree, below a cgroup delegation + boundary. Then, install an inotify watch on that cgroup to track when the + machine's local cgroup goes down. + * resolved: report ttl in resolution replies if we know it. This data is useful for tools such as wireguard which want to periodically re-resolve DNS names, and might want to use the TTL has hint for that. |