From 2479f2b83253364058dc99a67ce59735b5880f35 Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Mon, 30 Oct 2023 14:50:50 +0530 Subject: [PATCH] systemd-stdio-bridge: add page (#11330) * systemd-stdio-bridge: add page --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/systemd-stdio-bridge.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/linux/systemd-stdio-bridge.md diff --git a/pages/linux/systemd-stdio-bridge.md b/pages/linux/systemd-stdio-bridge.md new file mode 100644 index 000000000..e96569bfd --- /dev/null +++ b/pages/linux/systemd-stdio-bridge.md @@ -0,0 +1,21 @@ +# systemd-stdio-bridge + +> Implement a proxy between `stdin`/`stdout` and a D-Bus. +> Note: It expects to receive an open connection via `stdin`/`stdout` when started, and will create a new connection to the specified bus. +> More information: . + +- Forward `stdin`/`stdout` to the local system bus: + +`systemd-stdio-bridge` + +- Forward `stdin`/`stdout` to a specific user's D-Bus: + +`systemd-stdio-bridge --{{user}}` + +- Forward `stdin`/`stdout` to the local system bus within a specific container: + +`systemd-stdio-bridge --machine={{mycontainer}}` + +- Forward `stdin`/`stdout` to a custom D-Bus address: + +`systemd-stdio-bridge --bus-path=unix:path={{/custom/dbus/socket}}`