Skip to main content

Module services

Module services 

Source
Expand description

infra services command group: start, stop, restart, status, cleanup, and serve.

Defines the ServicesCommands clap subcommand tree and the individual target enums (StartTarget, StopTarget, RestartTarget); dispatch is delegated to the sibling implementation modules via execute.

Modules§

restart
Service restart handlers shared by the single-target and batch restart paths.
serve

Enums§

RestartTarget
ServicesCommands
StartTarget
StopTarget

Functions§

execute
load_service_configs