mirror of https://gitee.com/openkylin/libvirt.git
docs: clarify --timeout description for virtsecretd
As of commit 9e3cc0ff5
the virtsecretd daemon does not timeout
while it keeps any ephemeral secrets.
https://bugzilla.redhat.com/show_bug.cgi?id=2035985
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
f65c9d83ab
commit
3916df52a4
|
@ -81,7 +81,7 @@ Use this name for the PID file, overriding the default value.
|
|||
``-t``, ``--timeout *SECONDS*``
|
||||
|
||||
Exit after timeout period (in seconds), provided there are neither any client
|
||||
connections nor any running domains.
|
||||
connections nor any ephemeral secrets.
|
||||
|
||||
``-v``, ``--verbose``
|
||||
|
||||
|
|
Loading…
Reference in New Issue