1
edit
Dobedobedo (talk | contribs) (More remarks) Tags: Mobile web edit Mobile edit |
m (Missing hyphen before 'G' option) Tags: Mobile web edit Mobile edit |
||
Line 67: | Line 67: | ||
sudo systemctl start libvirtd.service | sudo systemctl start libvirtd.service | ||
Add user to ''libvirt'' group to use the '''system'''-level virtual machines (qemu:///system) | Add user to ''libvirt'' group to use the '''system'''-level virtual machines (qemu:///system) | ||
sudo usermod -a G libvirt $USER | sudo usermod -a -G libvirt $USER | ||
{{note| | {{note| | ||
# You don't need this step to run system-level virtual machines. However, virt-manager will prompt for sudoer's password when launch if the user is not in the ''libvirt'' group | # You don't need this step to run system-level virtual machines. However, virt-manager will prompt for sudoer's password when launch if the user is not in the ''libvirt'' group |
edit