Merge pull request #500 from teemow/patch-1

libvirt daemon error on arch
pull/562/merge
Kelsey Hightower 2016-07-28 12:17:22 -07:00 committed by GitHub
commit 01b60721bb
1 changed files with 3 additions and 1 deletions

View File

@ -280,9 +280,11 @@ Start the libvirt daemon
On Arch:
```shell
systemctl start libvirtd
systemctl start libvirtd virtlogd.socket
```
The `virtlogd.socket` is not started with the libvirtd daemon. If you enable the `libvirtd.service` it is linked and started automatically on the next boot.
On Ubuntu 14.04:
```shell