orangeqs.juice.orchestration.systemd#

Systemd utilities.

Module Contents#

Functions#

daemon_reload

Reload the systemd daemon.

restart_services

Restart multiple systemd services.

start_services

Start a systemd service.

enable_services

Enable a systemd service.

API#

orangeqs.juice.orchestration.systemd.daemon_reload() None#

Reload the systemd daemon.

orangeqs.juice.orchestration.systemd.restart_services(service_names: str | list[str]) None#

Restart multiple systemd services.

orangeqs.juice.orchestration.systemd.start_services(service_names: str | list[str]) None#

Start a systemd service.

orangeqs.juice.orchestration.systemd.enable_services(service_names: str | list[str]) None#

Enable a systemd service.