diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/busctl.xml | 50 |
1 files changed, 47 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. <term><option>--quiet</option></term> <listitem> - <para>When used with the <command>call</command> command suppresses - display of the response message.</para> + <para>When used with the <command>call</command> 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.</para> </listitem> </varlistentry> - <varlistentry> <term><option>--verbose</option></term> @@ -172,6 +174,48 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </listitem> </varlistentry> + <varlistentry> + <term><option>--expect-reply=</option><replaceable>BOOL</replaceable></term> + + <listitem> + <para>When used with the <command>call</command> command + specifies whether <command>busctl</command> 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 <literal>no</literal> 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 <option>--quiet</option> above. Defaults to + <literal>yes</literal>.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--auto-start=</option><replaceable>BOOL</replaceable></term> + + <listitem> + <para>When used with the <command>call</command> 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 + <literal>yes</literal>.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--allow-interactive-authorization=</option><replaceable>BOOL</replaceable></term> + + <listitem> + <para>When used with the <command>call</command> command + specifies whether the services may enforce interactive + authorization while executing the operation, if the security + policy is configured for this. Defaults to + <literal>yes</literal>.</para> + </listitem> + </varlistentry> + <xi:include href="user-system-options.xml" xpointer="user" /> <xi:include href="user-system-options.xml" xpointer="system" /> <xi:include href="user-system-options.xml" xpointer="host" /> |