airflow_systemd.SystemdConfiguration¶
- pydantic model airflow_systemd.SystemdConfiguration[source]¶
Bases:
BaseModelNamed collection of systemd service and timer unit files.
- field service: dict[str, ServiceUnitConfiguration] [Required]¶
- field timer: dict[str, TimerUnitConfiguration] [Optional]¶
- field unit_dir: Path | None = None¶
- field working_dir: Path | None = None¶
- field scope: SystemdScope = 'system'¶
- property service_names: list[str]¶
- property timer_names: list[str]¶
- property unit_paths: list[Path]¶