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 <abologna@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
Andrea Bolognani 2020-03-05 17:39:23 +01:00
parent 415e022118
commit 02b6005063

View File

@ -1,3 +1,3 @@
#
# Pass extra arguments to virtlogd
#VIRTLOGD_ARGS=
VIRTLOGD_ARGS="--timeout 120"