Enable kvm

This commit is contained in:
2025-07-07 18:21:48 +02:00
parent f457489375
commit fa0cd762ca
4 changed files with 11 additions and 5 deletions

View File

@@ -9,6 +9,9 @@ set -e
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)
# Get KVM group ID for hardware acceleration
export KVM_GID=$(getent group kvm | cut -d: -f3)
# Check if service name is provided
if [ $# -eq 0 ]; then
echo "Usage: $0 <service> [additional args...]"