pub(crate) async fn supervise_existing_process(
    state_updater: &ProcessStateUpdater,
    pid_file: &Path
)
Expand description

Supervises an existing process, if it exists.