Skip to main content

stop

Function stop 

Source
pub fn stop(root: &Path) -> Result<Lease, OrchestratorError>
Expand description

Ask the daemon to stop: SIGTERM to the leased pid, then clear the lease.

The daemon’s own SIGTERM handler is what closes its adapters; this never escalates to SIGKILL and never signals anything but the pid the lease names.