fixed some typos and added notation regarding optional logging

This commit is contained in:
tomit4 2022-03-17 10:50:16 -07:00
parent f93803fd69
commit 4d8b1b497e

View file

@ -1,9 +1,10 @@
Installing Qemu on Artix(runit)
doas pacman -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat libvirt-runit
doas pacman -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat libvirt libvirt-runit
doas ln -s /etc/runit/sv/libvirtd /run/runit/service
<OPTIONAL: CUSTOM LOGGING SECTION>
cd /etc/runit/sv/libvirtd/log
doas nvim run
@ -19,6 +20,8 @@ cd /var/log/svlog
doas mkdir libvirtd
<END OF OPTIONAL LOGGING SECTION>
doas nvim /etc/libvirt/libvirtd.conf Uncomment The Following Lines:
unix_sock_group = "libvirt"
@ -56,7 +59,7 @@ doas virsh net-define --file default.xml
doas virsh net-start default
doas virsh net-autstart --network default
doas virsh net-autostart --network default
doas sv restart libvirtd