diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-10-30 08:45:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 08:45:25 +0100 |
commit | 5c11f6e0a9ccbe5e32c92dca2bf23a269b863580 (patch) | |
tree | 60d685c2726b2adcd73fa460fea078660612f988 /TODO | |
parent | network: add missing else in dhcp_lease_load (#34927) (diff) | |
parent | TEST-80-NOTIFYACCESS: don't specify --pid= if MAINPID= is provided explicitly (diff) | |
download | systemd-5c11f6e0a9ccbe5e32c92dca2bf23a269b863580.tar.xz systemd-5c11f6e0a9ccbe5e32c92dca2bf23a269b863580.zip |
core/service: support sd_notify() MAINPIDFD=1 and MAINPIDFDID= (#34932)
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. |