service: Support specifying wants

This commit is contained in:
uumas
2025-03-22 01:43:47 +02:00
parent 2528e2605c
commit e3007ff405
4 changed files with 10 additions and 1 deletions

View File

@@ -199,6 +199,12 @@ argument_specs:
required: false
default: []
elements: str
service_wants:
description: List of systemd units this service container weakly depends on.
type: list
required: false
default: []
elements: str
service_auto_update:
description: Whether to let podman automatically update the service containers whenever the specified image gets updated
type: bool