From 99775a6738e02ea1160fcde741f9619362cb3115 Mon Sep 17 00:00:00 2001 From: Aaron Blasko Date: Sun, 14 Jul 2024 12:20:20 +0200 Subject: [PATCH] Getting started/Installation: minor improvements to libvirt commands (#715) --- pages/Getting Started/Installation.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index a4a2a48..edd4357 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -378,13 +378,10 @@ and get `libvirt`, `virsh`, and `virt-viewer` setup and installed. ```sh # Install libvirt and qemu things. sudo pacman -S libvirt virt-viewer qemu-common -# Enable and start libvirtd. -systemctl enable libvirtd -systemctl start libvirtd # Add yourself to the libvirt group. sudo usermod -a -G libvirt USER # Replace 'USER' with your username. -# You may need to restart the libvirtd service. -systemctl restart libvirtd +# Enable and start libvirtd. +systemctl enable --now libvirtd ``` Go to the [arch-boxes gitlab](https://gitlab.archlinux.org/archlinux/arch-boxes/-/packages)