diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-12-15 22:19:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-01-05 13:55:08 +0100 |
commit | 56d820b6a43463e44f6304039e510bafab847ec1 (patch) | |
tree | 9f1c85ca26507d84551881ecf6929d4d34cae390 /man | |
parent | ac8029fc251d989cf1d4c25f7125a4295513c765 (diff) | |
download | systemd-56d820b6a43463e44f6304039e510bafab847ec1.tar.gz |
busctl: add a new --watch-bind switch
This is useful for testing, and early-boot scripting.
Diffstat (limited to 'man')
-rw-r--r-- | man/busctl.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/busctl.xml b/man/busctl.xml index 0c0d28b5d3..2320cb8ed3 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -241,6 +241,16 @@ </listitem> </varlistentry> + <varlistentry> + <term><option>--watch-bind=</option><replaceable>BOOL</replaceable></term> + + <listitem> + <para>Controls whether to wait for the specified <constant>AF_UNIX</constant> bus socket to appear in the + file system before connecting to it. Defaults to off. When enabled, the tool will watch the file system until + the socket is created and then connect to it.</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" /> |