From 38051578360c211e88ef4082ce5746adb52a500e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Nov 2014 20:13:26 +0100 Subject: busctl: add options to control message header flags when invoking methods --- man/busctl.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/busctl.xml b/man/busctl.xml index e9b758aed5..e0af30e6f5 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -156,12 +156,14 @@ along with systemd; If not, see . - When used with the call command suppresses - display of the response message. + When used with the call command + suppresses display of the response message payload. Note that even + if this option is specified errors returned will still be + printed and the tool will indicate success or failure with + the process exit code. - @@ -172,6 +174,48 @@ along with systemd; If not, see . + + BOOL + + + When used with the call command + specifies whether busctl shall wait for + completion of the method call, output the returned method + response data, and return success or failure via the process + exit code. If this is set to no the + method call will be issued but no response is expected, the + tool terminates immediately, and thus no response can be + shown, and no success or failure is returned via the exit + code. To only suppress output of the reply message payload + use above. Defaults to + yes. + + + + + BOOL + + + When used with the call command specifies + whether the method call should implicitly activate the + called service should it not be running yet but is + configured to be auto-started. Defaults to + yes. + + + + + BOOL + + + When used with the call command + specifies whether the services may enforce interactive + authorization while executing the operation, if the security + policy is configured for this. Defaults to + yes. + + + -- cgit v1.2.3-54-g00ecf