|
|
@ -10,13 +10,13 @@ ConditionPathExists=!/var/lib/libvirt/images/%i/root.qcow2 |
|
|
# Only start if the VM definition file is present |
|
|
# Only start if the VM definition file is present |
|
|
ConditionPathExists=/etc/default/bootstrap-vm-%i.env |
|
|
ConditionPathExists=/etc/default/bootstrap-vm-%i.env |
|
|
|
|
|
|
|
|
# Remain started to avoid race conditions |
|
|
|
|
|
Persistent=true |
|
|
|
|
|
|
|
|
|
|
|
[Service] |
|
|
[Service] |
|
|
Type=oneshot |
|
|
Type=oneshot |
|
|
ExecStart=/usr/local/bin/bootstrap-vm.sh %i |
|
|
ExecStart=/usr/local/bin/bootstrap-vm.sh %i |
|
|
EnvironmentFile=/etc/default/bootstrap-vm-%i.env |
|
|
EnvironmentFile=/etc/default/bootstrap-vm-%i.env |
|
|
|
|
|
|
|
|
|
|
|
# Remain started to avoid race conditions |
|
|
|
|
|
RemainAfterExit=true |
|
|
|
|
|
|
|
|
[Install] |
|
|
[Install] |
|
|
WantedBy=multi-user.target |
|
|
WantedBy=multi-user.target |
|
|
|