iqm.iqm_client.cli.token_manager.daemonize_token_manager

iqm.iqm_client.cli.token_manager.daemonize_token_manager#

iqm.iqm_client.cli.token_manager.daemonize_token_manager(cycle: int, config: ConfigFile, logfile: str | None = None) None#

Start a daemon process.

Parameters:
  • cycle (int) – refresh cycle in seconds

  • config (ConfigFile) – IQM Client CLI configuration

  • logfile (str | None) – path to file for writing errors

Return type:

None