From 33aba4c50a7a3df4ad9e40f5ff07f0d05df5cb48 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 16 Jan 2022 18:41:10 +0000 Subject: [PATCH] systemd-stdio-bridge: add manpage (cherry picked from commit cf18de1b265d06b8f72646a11a469e1191826030) --- man/rules/meson.build | 1 + man/systemd-stdio-bridge.xml | 78 ++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 man/systemd-stdio-bridge.xml diff --git a/man/rules/meson.build b/man/rules/meson.build index ca19dc73e7..b689b1c1af 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -962,6 +962,7 @@ manpages = [ ['systemd-sleep.conf', '5', ['sleep.conf.d'], ''], ['systemd-socket-activate', '1', [], ''], ['systemd-socket-proxyd', '8', [], ''], + ['systemd-stdio-bridge', '1', [], ''], ['systemd-stub', '7', ['linuxaa64.efi.stub', 'linuxia32.efi.stub', 'linuxx64.efi.stub'], diff --git a/man/systemd-stdio-bridge.xml b/man/systemd-stdio-bridge.xml new file mode 100644 index 0000000000..bef61cb7cf --- /dev/null +++ b/man/systemd-stdio-bridge.xml @@ -0,0 +1,78 @@ + + + + + + + + systemd-stdio-bridge + systemd + + + + systemd-stdio-bridge + 1 + + + + systemd-stdio-bridge + D-Bus proxy + + + + + systemd-stdio-bridge + OPTIONS + + + + + Description + + systemd-stdio-bridge may be used as a STDIO or socket-activatable + proxy to a given D-Bus endpoint. + + + + + 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, + sd-bus3, + systemd1 + + + + -- 2.25.1