After many attemps
This commit is contained in:
11
home/podman/.config/containers/systemd/mysleep.container
Normal file
11
home/podman/.config/containers/systemd/mysleep.container
Normal 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
|
Reference in New Issue
Block a user