mirror of
https://github.com/containers/podman.git
synced 2026-03-30 12:32:47 -04:00
e.g.: if the pod name is systemd-awd, the name of its infra container will be systemd-awd-infra Signed-off-by: Misaki Kasumi <misakikasumi@outlook.com>
10 lines
662 B
Plaintext
10 lines
662 B
Plaintext
## assert-key-is Unit RequiresMountsFor "%t/containers"
|
|
## assert-key-is Service Type forking
|
|
## assert-key-is Service SyslogIdentifier "%N"
|
|
## assert-key-is-regex Service ExecStartPre ".*/podman pod create --infra-conmon-pidfile=%t/%N.pid --pod-id-file=%t/%N.pod-id --exit-policy=stop --replace --infra-name=systemd-basic-infra --name=systemd-basic"
|
|
## assert-key-is-regex Service ExecStart ".*/podman pod start --pod-id-file=%t/%N.pod-id"
|
|
## assert-key-is-regex Service ExecStop ".*/podman pod stop --pod-id-file=%t/%N.pod-id --ignore --time=10"
|
|
## assert-key-is-regex Service ExecStopPost ".*/podman pod rm --pod-id-file=%t/%N.pod-id --ignore --force"
|
|
|
|
[Pod]
|