Crate systemg

Source
Expand description

Systemg is a lightweight process management tool used to quickly run, monitor, and manage background services on Unix-like operating systems. It provides a simple CLI interface to start, stop, and check the status of services, along with logging capabilities and lifecycle hooks for service management.

Modulesยง

cli
CLI interface. Command-line interface for Systemg.
config
Configuration management. Configuration management for Systemg.
daemon
Daemon process management. Module for managing and monitoring system services.
error
Error handling. Error handling for systemg.
logs
Logs management. Module for managing and displaying logs of system services.
status
Status manager. Status management for services in the daemon.