From 02b6005063d6e8b5c6c695ed1ffaf10ef45143b0 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 5 Mar 2020 17:39:23 +0100 Subject: [PATCH] logging: Use default timeout of 120 seconds for virtlogd 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 Reviewed-by: Daniel Henrique Barboza --- 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" -- GitLab