AB#2439 Containerized libvirt (#191)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-10-05 09:11:30 +02:00 committed by GitHub
parent abe40de3e5
commit 2ea695896f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 746 additions and 50 deletions

7
cli/internal/libvirt/start.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
# Start libvirt daemon
libvirtd --daemon --listen
virtlogd --daemon
sleep infinity