mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-15 21:29:32 +00:00
Based on the initial port in https://github.com/containers/quadlet/pull/41 This contains the unit tests and the testcases from the C code as well as modification to the podman spec file based on what the quadlet spec file looks like, producing a podman-quadlet subpackage. Signed-off-by: Alexander Larsson <alexl@redhat.com>
21 lines
864 B
Text
21 lines
864 B
Text
## assert-symlink alias.service install.service
|
|
## assert-symlink another-alias.service install.service
|
|
## assert-symlink in/a/dir/alias3.service ../../../install.service
|
|
## assert-symlink want1.service.wants/install.service ../install.service
|
|
## assert-symlink want2.service.wants/install.service ../install.service
|
|
## assert-symlink want3.service.wants/install.service ../install.service
|
|
## assert-symlink req1.service.requires/install.service ../install.service
|
|
## assert-symlink req2.service.requires/install.service ../install.service
|
|
## assert-symlink req3.service.requires/install.service ../install.service
|
|
|
|
[Container]
|
|
Image=imagename
|
|
|
|
[Install]
|
|
Alias=alias.service \
|
|
"another-alias.service"
|
|
Alias=in/a/dir/alias3.service
|
|
WantedBy=want1.service want2.service
|
|
WantedBy=want3.service
|
|
RequiredBy=req1.service req2.service
|
|
RequiredBy=req3.service
|