mirror of
https://github.com/containers/podman.git
synced 2025-12-12 01:38:04 +08:00
Add support for .pod unit files with only PodmanArgs, GlobalArgs, ContainersConfModule and PodName Add support for linking .container units with .pod ones Add e2e and system tests Add to man page Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
10 lines
629 B
Plaintext
10 lines
629 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 --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]
|