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

pub fn pid_notify<'a, I, K, V>(
    pid: pid_t,
    unset_environment: bool,
    state: I
) -> Result<bool> where
    I: Iterator<Item = &'a (K, V)>,
    K: AsRef<str> + 'a,
    V: AsRef<str> + 'a, 
Expand description

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