Collection of cookbooks for Podman Quadlets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
536 B

[Unit]
Description=multiarch /usr/bin/qemu-*-static
Documentation=https://github.com/multiarch/qemu-user-static
Wants=qemu-user-static-build.service
After=qemu-user-static-build.service
PartOf=qemu-user-static.target
[Service]
Type=oneshot
RemainAfterExit=yes
[Container]
ContainerName=qemu-user-static
# Image
Image=localhost/qemu-user-static:latest
AutoUpdate=local
# Security
PodmanArgs=--privileged
SecurityLabelFileType=container_file_t
SecurityLabelType=spc_t
SecurityLabelLevel=s0
[Install]
WantedBy=qemu-user-static.target