After many attemps

This commit is contained in:
2024-07-26 22:58:47 -07:00
parent 60d7407abb
commit 8945386a8d
57 changed files with 1287 additions and 1108 deletions

View File

@ -0,0 +1,11 @@
[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 multi-user.target