summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-10-26 00:49:18 +0200
committerMike Yuan <me@yhndnzj.com>2024-10-29 18:42:15 +0100
commit695323d90a6a097bb08c85c518d10b7601807fe8 (patch)
treebbd95166af0b70bc90e35190706e91a4674da557 /TODO
parentshared/fdset: minor modernization (diff)
downloadsystemd-695323d90a6a097bb08c85c518d10b7601807fe8.tar.xz
systemd-695323d90a6a097bb08c85c518d10b7601807fe8.zip
core/service: support sd_notify() MAINPIDFD=1 and MAINPIDFDID=
These serve as race-free alternatives for MAINPID= notification.
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.