chiark / gitweb /
core: add a new sd_notify() message for removing fds from the FD store again
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Nov 2017 17:26:04 +0000 (18:26 +0100)
committerSven Eden <yamakuzure@gmx.net>
Mon, 13 Nov 2017 17:26:04 +0000 (18:26 +0100)
commit39a1d713da4a5c60c88d97b864f01622e83a63ca
treed6b8af91f55612a76820dc3db67a3bef2a48abf1
parent5b05fafee57f4b701a781a525c3da606521062e2
core: add a new sd_notify() message for removing fds from the FD store again

Currenly the only way to remove fds from the fdstore is to fully
stop the service, or to somehow trigger POLLERR/POLLHUP on the fd, in
which case elogind will remove the fd automatically.

Let's add another way: a new message that can be sent to remove fds
explicitly, given their name.
man/sd_notify.xml