]> git.proxmox.com Git - systemd.git/blob - man/systemd-bus-proxyd.8
Imported Upstream version 219
[systemd.git] / man / systemd-bus-proxyd.8
1 '\" t
2 .TH "SYSTEMD\-BUS\-PROXYD" "8" "" "systemd 219" "systemd-bus-proxyd"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 systemd-bus-proxyd \- Connect STDIO or a socket to a given bus address
24 .SH "SYNOPSIS"
25 .HP \w'\fB/usr/lib/systemd/systemd\-bus\-proxyd\fR\ 'u
26 \fB/usr/lib/systemd/systemd\-bus\-proxyd\fR [OPTIONS...] [\fIPLACEHOLDER\fR]
27 .SH "DESCRIPTION"
28 .PP
29 \fBsystemd\-bus\-proxyd\fR
30 will proxy D\-Bus messages to and from a bus\&. The will be either the system bus or the bus specified with
31 \fB\-\-address\fR
32 when that option is given\&. Messages will be proxied to/from standard input and output, or the socket received through socket activation\&.
33 .PP
34 This program can be used to connect a program using classic D\-Bus to kdbus\&.
35 .SH "OPTIONS AND ARGUMENTS"
36 .PP
37 The following options are understood:
38 .PP
39 \fB\-\-address=\fR\fB\fIADDRESS\fR\fR\fB[:\fIADDRESS\&.\&.\&.\fR]\fR
40 .RS 4
41 Connect to the bus specified by
42 \fIADDRESS\fR\&. Multiple colon\-separated addresses can be specified, in which case
43 \fBsystemd\-bus\-proxyd\fR
44 will attempt to connect to them in turn\&.
45 .RE
46 .PP
47 \fB\-h\fR, \fB\-\-help\fR
48 .RS 4
49 Print a short help text and exit\&.
50 .RE
51 .PP
52 \fB\-\-version\fR
53 .RS 4
54 Print a short version string and exit\&.
55 .RE
56 .PP
57 \fIPLACEHOLDER\fR, if given, must be a string of
58 "x"
59 and will be used to display information about the process that
60 \fBsystemd\-bus\-proxyd\fR
61 is forwarding messages for\&.
62 .SH "SEE ALSO"
63 .PP
64 \fBdbus-daemon\fR(1),
65 \m[blue]\fBD\-Bus\fR\m[]\&\s-2\u[1]\d\s+2,
66 \m[blue]\fBkdbus\fR\m[]\&\s-2\u[2]\d\s+2
67 .SH "NOTES"
68 .IP " 1." 4
69 D-Bus
70 .RS 4
71 \%http://freedesktop.org/wiki/Software/dbus
72 .RE
73 .IP " 2." 4
74 kdbus
75 .RS 4
76 \%https://code.google.com/p/d-bus/
77 .RE