Function add_daemon

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

Install the daemon as a service.

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