summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-10-30 08:45:25 +0100
committerGitHub <noreply@github.com>2024-10-30 08:45:25 +0100
commit5c11f6e0a9ccbe5e32c92dca2bf23a269b863580 (patch)
tree60d685c2726b2adcd73fa460fea078660612f988 /TODO
parentnetwork: add missing else in dhcp_lease_load (#34927) (diff)
parentTEST-80-NOTIFYACCESS: don't specify --pid= if MAINPID= is provided explicitly (diff)
downloadsystemd-5c11f6e0a9ccbe5e32c92dca2bf23a269b863580.tar.xz
systemd-5c11f6e0a9ccbe5e32c92dca2bf23a269b863580.zip
core/service: support sd_notify() MAINPIDFD=1 and MAINPIDFDID= (#34932)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 70e088210a..286a09de86 100644
--- a/TODO
+++ b/TODO
@@ -131,8 +131,7 @@ Features:
* $LISTEN_PID, $MAINPID and $SYSTEMD_EXECPID env vars that the service manager
sets should be augmented with $LISTEN_PIDFDID, $MAINPIDFDID and
- $SYSTEMD_EXECPIDFD (and similar for other env vars we might send). Also,
- MAINPID= in sd_notify() should be augmented with MAINPIDFDID=, and so on.
+ $SYSTEMD_EXECPIDFD (and similar for other env vars we might send).
* port copy.c over to use LabelOps for all labelling.