From 96d0945dcc3f55a2949d8d5f569f8a0b54e022af Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Tue, 12 Jan 2016 21:35:25 +0200 Subject: [PATCH] Libvirt starting commands Libvirt starting commands for systemd and init.d added. --- docs/getting-started-guides/libvirt-coreos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/libvirt-coreos.md b/docs/getting-started-guides/libvirt-coreos.md index 87374ca6c7d..dd1f1058283 100644 --- a/docs/getting-started-guides/libvirt-coreos.md +++ b/docs/getting-started-guides/libvirt-coreos.md @@ -86,8 +86,8 @@ On the other hand, `libvirt-coreos` might be useful for people investigating low 4. Install [libvirt](http://libvirt.org/) 5. Install [openssl](http://openssl.org/) 6. Enable and start the libvirt daemon, e.g: - * ``systemctl enable libvirtd`` - * ``systemctl start libvirtd`` + * ``systemctl enable libvirtd && systemctl start libvirtd`` # for systemd-based systems + * ``/etc/init.d/libvirt-bin start`` # for init.d-based systems 7. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html) 8. Check that your $HOME is accessible to the qemu user²