sd_pid_notifyf (3) Linux Manual Page
sd_notify, sd_notifyf, sd_pid_notify, sd_pid_notifyf, sd_pid_notify_with_fds – Notify service manager about start-up completion and other service status changes Synopsis #include <systemd/sd-daemon.h> int sd_notify(int unset_environment, const char *state); int sd_notifyf(int unset_environment, const char *format, …); int sd_pid_notify(pid_t pid, int unset_environment, const char *state); int sd_pid_notifyf(pid_t pid, int unset_environment, const char *format, …); int sd_pid_notify_with_fds(pid_t pid, int unset_environment,…
