Skip to main content

Module supervisor

Module supervisor 

Source
Expand description

Supervisor module - daemon process supervisor

This module is split into focused submodules:

  • state: State access layer (get/set operations)
  • lifecycle: Daemon start/stop operations
  • autostop: Autostop logic and boot daemon startup
  • retry: Retry logic with backoff
  • watchers: Background tasks (interval, cron, file watching)
  • ipc_handlers: IPC request dispatch

Structs§

Supervisor

Statics§

SUPERVISOR

Functions§

start_if_not_running
start_in_background