pub fn start_daemon(
    daemon: &mut Daemon,
    service_control: &dyn ServiceControl,
    verbosity: VerbosityLevel
) -> Result<()>