systemd-stdio-bridge systemd systemd-stdio-bridge 1 systemd-stdio-bridge D-Bus proxy 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_fds3. The second connection will be made by default to the local system bus, but this can be influenced by the , , , and options described below. sd-bus3 uses systemd-stdio-bridge to forward D-Bus connections over ssh1, or to connect to the bus of a different user, see sd_bus_set_address3. Options The following options are understood: Path to the bus address. Default: unix:path=/run/dbus/system_bus_socket Exit status On success, 0 is returned, a non-zero failure code otherwise. See Also dbus-daemon1, dbus-broker1, D-Bus, systemd1