From 85fc4e8a329c3d809199266eafca5c964d9a936f Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 28 Jul 2025 19:07:59 +1000 Subject: [PATCH] chore: Disable virtlog daemon --- .gitea/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index aca9e8e..bf2e68a 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -94,10 +94,10 @@ jobs: virtinst \ qemu-utils - libvirtd -d && virtlogd -d + # libvirtd -d && virtlogd -d + libvirtd -d virt-install \ - --virt-type qemu \ --name ubuntu-harvester \ --ram 3072 \ --vcpus 2 \