service: Allow additional dependencies for additional containers

This commit is contained in:
uumas
2026-03-26 04:06:26 +02:00
parent 1d180106d6
commit 351ef2c5d4
3 changed files with 29 additions and 4 deletions

View File

@@ -571,6 +571,23 @@ argument_specs:
the name of the environment variable. Defaults to secret name.
type: str
required: false
requires:
description: >-
List of systemd units this container depends on, in addition to
service-wide requires.
type: list
required: false
default: []
elements: str
wants:
description: >-
List of systemd units this container weakly depends on, in addition to
service-wide wants.
type: list
required: false
default: []
elements: str
service_requires:
description: List of systemd units this service container depends on.