systemd/generate: remove unused infra container field

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2020-05-28 11:05:41 +02:00
parent 636881ece5
commit 7f5aabb083

View File

@ -27,8 +27,6 @@ type ContainerInfo struct {
ServiceName string ServiceName string
// Name or ID of the container. // Name or ID of the container.
ContainerName string ContainerName string
// InfraContainer of the pod.
InfraContainer string
// StopTimeout sets the timeout Podman waits before killing the container // StopTimeout sets the timeout Podman waits before killing the container
// during service stop. // during service stop.
StopTimeout uint StopTimeout uint