libvirt daemon error on arch
the virtlogd.socket is not started with the libvirtd daemon. if you enable the libvirtd.service it is linked and started on the next rebootpull/500/head
parent
b49ea146fe
commit
33fb9fe619
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue