Demo about Edge Computing in the Retail vertical using Red Hat products
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.
 
 

15 lines
361 B

[Unit]
Description=RHDE VM Bootstrap Service
Documentation=man:systemd.service(5)
# Only start if the VM root disk does not exist
ConditionPathExists=!/var/lib/libvirt/images/%i/root.qcow2
[Service]
Type=oneshot
Persistent=true
ExecStart=/usr/local/bin/bootstrap-vm.sh %i
EnvironmentFile=/etc/default/bootstrap-vm-%i.env
[Install]
WantedBy=multi-user.target