mirror of
https://github.com/containers/podman.git
synced 2025-10-16 02:32:55 +08:00
Quadlet - support additional systemd unit relationship keys
Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -213,15 +213,21 @@ var (
|
||||
validPortRange = regexp.Delayed(`\d+(-\d+)?(/udp|/tcp)?$`)
|
||||
|
||||
unitDependencyKeys = []string{
|
||||
"Wants",
|
||||
"After",
|
||||
"Before",
|
||||
"BindsTo",
|
||||
"Conflicts",
|
||||
"OnFailure",
|
||||
"OnSuccess",
|
||||
"PartOf",
|
||||
"PropagatesReloadTo",
|
||||
"PropagatesStopTo",
|
||||
"ReloadPropagatedFrom",
|
||||
"Requires",
|
||||
"Requisite",
|
||||
"BindsTo",
|
||||
"PartOf",
|
||||
"StopPropagatedFrom",
|
||||
"Upholds",
|
||||
"Conflicts",
|
||||
"Before",
|
||||
"After",
|
||||
"Wants",
|
||||
}
|
||||
|
||||
// Supported keys in "Container" group
|
||||
|
Reference in New Issue
Block a user