table of contents
- bullseye-backports 250.4-1~bpo11+1
- testing 250.4-1
- unstable 250.4-1
- experimental 251~rc3-2
SYSTEMD-STDIO-BRIDGE(1) | systemd-stdio-bridge | SYSTEMD-STDIO-BRIDGE(1) |
NAME¶
systemd-stdio-bridge - D-Bus proxy
SYNOPSIS¶
systemd-stdio-bridge [OPTIONS...]
DESCRIPTION¶
systemd-stdio-bridge implements a proxy for a D-Bus endpoint. It expects to receive an open connection to a bus when started, and will also connect to a (different) bus as a client. It will then act as a server on the first connection, and forward messages between the two busses. This program is suitable for socket activation: the first connection may be a pipe or a socket and must be passed as either standard input, or as an open file descriptor according to the protocol described in sd_listen_fds(3). The second connection will be made by default to the local system bus, but this can be influenced by the --user, --system, --machine=, and --bus-path= options described below.
sd-bus(3) uses systemd-stdio-bridge to forward D-Bus connections over ssh(1), or to connect to the bus of a different user, see sd_bus_set_address(3).
OPTIONS¶
The following options are understood:
--user
--system
-M, --machine=
-p PATH, --bus-path=PATH
-h, --help
--version
EXIT STATUS¶
On success, 0 is returned, a non-zero failure code otherwise.
SEE ALSO¶
dbus-daemon(1), dbus-broker(1), D-Bus[1], systemd(1)
NOTES¶
- 1.
- D-Bus
systemd 250 |