Skip to main content

check_pid_file

Function check_pid_file 

Source
pub fn check_pid_file(
    path: &Path,
    pid_is_alive: &dyn Fn(u32) -> bool,
) -> ArtifactCheck
Expand description

Reconcile the daemon pid file against process liveness.