From 2dc38ed00fe5c9179721411ba068b53ea127d476 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 21 Dec 2013 13:58:14 -0500 Subject: man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8) --- man/systemd-bus-proxyd.xml | 121 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 man/systemd-bus-proxyd.xml (limited to 'man/systemd-bus-proxyd.xml') diff --git a/man/systemd-bus-proxyd.xml b/man/systemd-bus-proxyd.xml new file mode 100644 index 0000000000..c90ae12e29 --- /dev/null +++ b/man/systemd-bus-proxyd.xml @@ -0,0 +1,121 @@ + + + + + + + + + systemd-bus-proxyd + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-bus-proxyd + 8 + + + + systemd-bus-proxyd + Connect STDIO or a socket to a given bus address + + + + + /usr/lib/systemd/systemd-bus-proxyd + OPTIONS + PLACEHOLDER + + + + + Description + + systemd-bus-proxyd will proxy D-Bus + messages to and from a bus. The will be either the system bus or + the bus specified with when that option + is given. Messages will be proxied to/from stdin and stdout, or + the socket received through socket activation. + + This program can be used to connect a program using classic + D-Bus to kdbus. + + + + Options and Arguments + + The following options are understood: + + + + + + + Connect to the bus specified by + ADDRESS. Multiple colon-seperated + addresses can be specified, in which case + systemd-bus-proxyd will attempt to + connect to them in turn. + + + + + + + + Prints a short version string and exits. + + + + + + + + Prints a short help + text and exits. + + + + PLACEHOLDER if given must be a string + of x and will be used to display information about + the process that systemd-bus-proxyd is forwarding + messages for. + + + + See Also + + + dbus-daemon1 + D-Bus + kdbus + + + -- cgit v1.2.3-54-g00ecf