From a44b10818a531787c359f6446d218a975503f032 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Nov 2014 20:31:50 +0100 Subject: busctl: add --timeout= option to specify method call timeout --- man/busctl.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'man') diff --git a/man/busctl.xml b/man/busctl.xml index e0af30e6f..c47a329fe 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -216,6 +216,22 @@ along with systemd; If not, see . + + SECS + + + When used with the call command + specifies the maximum time to wait for method call + completion. If no time unit is specified assumes + seconds. The usual other units are understood, too (ms, us, + s, min, h, d, w, month, y). Note that this timeout does not + apply if is used as the + tool does not wait for any reply message then. When not + specified or when set to 0 the default of + 25s is assumed. + + + -- cgit v1.2.3