service: Support specifying wants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user