add_daemon

Function add_daemon 

Source
pub async fn add_daemon(
    options: AddDaemonServiceOptions,
    node_registry: NodeRegistryManager,
    service_control: &dyn ServiceControl,
) -> Result<()>
Expand description

Install the daemon as a service.

This only defines the service; it does not start it.