Skip to main content

Module daemon

Module daemon 

Source
Expand description

nika daemon subcommand handler.

Manages the background daemon lifecycle:

  • nika daemon start — start the daemon (background or foreground)
  • nika daemon stop — graceful shutdown via SIGTERM
  • nika daemon restart — stop + start
  • nika daemon status — show daemon state
  • nika daemon logs — tail the daemon log file

Enums§

DaemonAction
Daemon management actions.

Functions§

handle_daemon_command