mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
Fixes: https://github.com/containers/podman/issues/24322 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
14 lines
300 B
SYSTEMD
14 lines
300 B
SYSTEMD
## assert-podman-final-args systemd-ipv6
|
|
## assert-podman-args "--ipv6"
|
|
## assert-key-is Service Type exec
|
|
## assert-key-is Service RemainAfterExit no
|
|
## assert-key-contains Service SyslogIdentifier "Modify %N"
|
|
|
|
[Network]
|
|
IPv6=yes
|
|
|
|
[Service]
|
|
Type=exec
|
|
RemainAfterExit=no
|
|
SyslogIdentifier="Modify %N"
|