]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
logging: Use default timeout of 120 seconds for virtlogd
authorAndrea Bolognani <abologna@redhat.com>
Thu, 5 Mar 2020 16:39:23 +0000 (17:39 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 9 Mar 2020 11:28:48 +0000 (12:28 +0100)
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@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/logging/virtlogd.sysconf

index 5886f351101557a0074097b9bd3b82ed30e795e7..678af34faf204ce34c725e53d0f1d8784d0bc33c 100644 (file)
@@ -1,3 +1,3 @@
 #
 # Pass extra arguments to virtlogd
-#VIRTLOGD_ARGS=
+VIRTLOGD_ARGS="--timeout 120"