[libvirt PATCH] logging: Use default timeout of 120 seconds for virtlogd

Andrea Bolognani abologna at redhat.com
Thu Mar 5 16:42:28 UTC 2020


This is the same timeout of all other daemons, and just like them
virtlogd is socket-activated, so it will automatically be started
on demand whenever that's necessary.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 src/logging/virtlogd.sysconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/logging/virtlogd.sysconf b/src/logging/virtlogd.sysconf
index 5886f35110..678af34faf 100644
--- a/src/logging/virtlogd.sysconf
+++ b/src/logging/virtlogd.sysconf
@@ -1,3 +1,3 @@
 #
 # Pass extra arguments to virtlogd
-#VIRTLOGD_ARGS=
+VIRTLOGD_ARGS="--timeout 120"
-- 
2.24.1




More information about the libvir-list mailing list