Optimize startup

This commit is contained in:
David Tomaschik
2026-07-07 14:53:56 -07:00
parent a390d0a4d4
commit 2814312d60
3 changed files with 14 additions and 8 deletions

View File

@@ -29,10 +29,7 @@ fi
# Setup for libvirt
if [ -z "${LIBVIRT_DEFAULT_URI:-}" ] ; then
if [ "$(id -u)" = "0" ] || (id -Gn 2>/dev/null | grep -q "\blibvirt\b") ; then
LIBVIRT_DEFAULT_URI="qemu:///system"
export LIBVIRT_DEFAULT_URI
fi
export LIBVIRT_DEFAULT_URI="qemu:///system"
fi
# Got rust? (gvim, etc.)