]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-stdio-bridge.xml
test: add shutdown test
[thirdparty/systemd.git] / man / systemd-stdio-bridge.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
5
6 <refentry id="systemd-stdio-bridge"
7 xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <refentryinfo>
10 <title>systemd-stdio-bridge</title>
11 <productname>systemd</productname>
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>systemd-stdio-bridge</refentrytitle>
16 <manvolnum>1</manvolnum>
17 </refmeta>
18
19 <refnamediv>
20 <refname>systemd-stdio-bridge</refname>
21 <refpurpose>D-Bus proxy</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <cmdsynopsis>
26 <command>systemd-stdio-bridge</command>
27 <arg choice="opt" rep="repeat">OPTIONS</arg>
28 </cmdsynopsis>
29 </refsynopsisdiv>
30
31 <refsect1>
32 <title>Description</title>
33
34 <para><command>systemd-stdio-bridge</command> may be used as a STDIO or socket-activatable
35 proxy to a given D-Bus endpoint.</para>
36
37 </refsect1>
38
39 <refsect1>
40 <title>Options</title>
41
42 <para>The following options are understood:</para>
43
44 <variablelist>
45 <varlistentry>
46 <term><option>-p <replaceable>PATH</replaceable></option></term>
47 <term><option>--bus-path=<replaceable>PATH</replaceable></option></term>
48
49 <listitem><para>Path to the bus address. Default: <literal>unix:path=/run/dbus/system_bus_socket</literal>
50 </para></listitem>
51 </varlistentry>
52
53 <xi:include href="standard-options.xml" xpointer="help" />
54 <xi:include href="standard-options.xml" xpointer="version" />
55 <xi:include href="user-system-options.xml" xpointer="user" />
56 <xi:include href="user-system-options.xml" xpointer="system" />
57 <xi:include href="user-system-options.xml" xpointer="machine" />
58 </variablelist>
59 </refsect1>
60
61 <refsect1>
62 <title>Exit status</title>
63
64 <para>On success, 0 is returned, a non-zero failure code otherwise.</para>
65 </refsect1>
66
67 <refsect1>
68 <title>See Also</title>
69 <para>
70 <citerefentry project='dbus'><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
71 <citerefentry project='dbus'><refentrytitle>dbus-broker</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
72 <ulink url="https://www.freedesktop.org/wiki/Software/dbus">D-Bus</ulink>,
73 <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
74 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
75 </para>
76 </refsect1>
77
78 </refentry>