bundles/vmhost: don't try to start libvirtd on every apply

This commit is contained in:
Franzi 2022-03-12 08:54:13 +01:00
parent 4a03a9f89c
commit 42a66751e1
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -26,7 +26,9 @@ if node.has_bundle('nftables') and node.has_bundle('apt'):
}
if node.has_bundle('pacman'):
svc_systemd['libvirtd'] = {}
svc_systemd['libvirtd'] = {
'running': None, # triggered via .socket
}
svc_systemd['virtlogd'] = {
'enabled': None, # triggered via .socket
}