From: Lennart Poettering Date: Wed, 6 Nov 2024 21:19:01 +0000 (+0100) Subject: update TODO X-Git-Tag: v257-rc2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 168f783ef7a..dbc3d5a2f99 100644 --- a/TODO +++ b/TODO @@ -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.