Commit 96d0945d authored by Ihor Dvoretskyi's avatar Ihor Dvoretskyi

Libvirt starting commands

Libvirt starting commands for systemd and init.d added.
parent 2e5da8b8
...@@ -86,8 +86,8 @@ On the other hand, `libvirt-coreos` might be useful for people investigating low ...@@ -86,8 +86,8 @@ On the other hand, `libvirt-coreos` might be useful for people investigating low
4. Install [libvirt](http://libvirt.org/) 4. Install [libvirt](http://libvirt.org/)
5. Install [openssl](http://openssl.org/) 5. Install [openssl](http://openssl.org/)
6. Enable and start the libvirt daemon, e.g: 6. Enable and start the libvirt daemon, e.g:
* ``systemctl enable libvirtd`` * ``systemctl enable libvirtd && systemctl start libvirtd`` # for systemd-based systems
* ``systemctl start libvirtd`` * ``/etc/init.d/libvirt-bin start`` # for init.d-based systems
7. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html) 7. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html)
8. Check that your $HOME is accessible to the qemu user² 8. Check that your $HOME is accessible to the qemu user²
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment