From 548350961fc56e5a9d8d785ccfc738ad65044cd9 Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Thu, 10 Dec 2020 07:55:40 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a33d63..9931732 100644 --- a/README.md +++ b/README.md @@ -478,6 +478,11 @@ If requiring auth, set `auth_tcp = "sasl"` and read <https://github.com/retspen/ DO NOT use systemd service (it always crash with `--listen parameter not permitted with systemd activation sockets`). Directly run `sudo libvirtd --listen` +``` +sudo systemctl enable --now virtlogd +sudo libvirtd --listen +``` + ## Android ADB web <https://github.com/say-no-to-wechat/android-web-control-docker> -- GitLab