podman-build/test/e2e/quadlet/test_subdir/mysleep.container
2025-10-11 12:30:35 +09:00

12 lines
223 B
Plaintext

[Unit]
Description=The sleep container
After=local-fs.target
[Container]
Image=registry.access.redhat.com/ubi9-minimal:latest
Exec=sleep 1000
[Install]
# Start by default on boot
WantedBy=multi-user.target default.target