LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

systemd-stdio-bridge

Bridge stdio to D-Bus connection

TLDR

Forward to system bus
$ systemd-stdio-bridge
copy
Forward to user bus
$ systemd-stdio-bridge --user
copy
Forward to container bus
$ systemd-stdio-bridge -M [container]
copy
Forward to custom bus address
$ systemd-stdio-bridge -p unix:path=[/path/to/socket]
copy

SYNOPSIS

systemd-stdio-bridge [OPTIONS]

DESCRIPTION

systemd-stdio-bridge implements a proxy between stdin/stdout and a D-Bus connection. It expects an open connection via stdin/stdout and creates a new connection to the specified bus.This enables remote D-Bus access via SSH or similar transport mechanisms, bridging external connections to the local bus.

PARAMETERS

--user

Connect to user D-Bus session
--system
Connect to system D-Bus (default)
-M, --machine= CONTAINER
Connect to D-Bus in specified container
-p, --bus-path= ADDRESS
Connect to custom D-Bus address

INSTALL

sudo apt install systemd
copy
sudo dnf install systemd
copy
sudo pacman -S systemd
copy
sudo zypper install systemd
copy
brew install systemd
copy
nix profile install nixpkgs#systemd
copy

CAVEATS

Expects a properly formatted D-Bus connection on stdin. Used primarily for remote D-Bus access scenarios. Requires appropriate permissions on the target bus.

HISTORY

systemd-stdio-bridge enables remote D-Bus access patterns, supporting tools like `busctl` and `systemctl` when operating on remote systems via SSH.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid