INNER CODE UNIT · Rust
revert
DeterminateSystems/nix-installer · src/action/common/configure_determinate_nixd_init_service/mod.rs:165
async fn revert(&mut self) -> Result<(), ActionError> {
self.configure_init_service.try_revert().await?;
Ok(())
}
}
#[derive(Deserialize, Clone, Debug, Serialize, PartialEq)]
#[serde(rename_all = "PascalCase")]
pub struct DeterminateNixDaemonPlist {
label: String,
program_arguments: Vec<String>,
run_at_load: bool,
sockets: HashMap<String, Socket>,
standard_error_path: String,
standard_out_path: String,
soft_resource_limits: ResourceLimits,
hard_resource_limits: ResourceLimits,