Function systemd::daemon::pid_notify [] [src]

pub fn pid_notify(
    pid: pid_t,
    unset_environment: bool,
    state: HashMap<&str, &str>
) -> Result<bool>

Similar to notify(), but this sends the message on behalf of the supplied PID, if possible.