Expand description
Daemon management commands
This module provides functions for managing the IPFRS daemon:
run_daemon- Run daemon in foregrounddaemon_start- Start daemon in backgrounddaemon_stop- Stop daemondaemon_status- Check daemon statusdaemon_restart- Restart daemondaemon_health- Comprehensive health check
Functionsยง
- daemon_
health - Comprehensive health check for the daemon and system
- daemon_
restart - Restart daemon
- daemon_
start - Start daemon in background
- daemon_
status - Check daemon status
- daemon_
stop - Stop daemon
- run_
daemon - Run daemon in foreground