Open
Description
from https://www.freedesktop.org/software/systemd/man/sd_notify.html
systemd exposes an API (through a unix socket, apparently) one can use to indicate the state of the process. This might be interesting to notify systemd regularly that the process is alive, and there's also a way to indicate the PID of the new master process during an upgrade.
That might be relevant to #87