diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-10-26 00:49:18 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-10-29 18:42:15 +0100 |
commit | 695323d90a6a097bb08c85c518d10b7601807fe8 (patch) | |
tree | bbd95166af0b70bc90e35190706e91a4674da557 /TODO | |
parent | shared/fdset: minor modernization (diff) | |
download | systemd-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-- | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |