summaryrefslogtreecommitdiffstats
path: root/docs/ENVIRONMENT.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-01-08 23:06:48 +0100
committerLennart Poettering <lennart@poettering.net>2024-01-08 23:24:51 +0100
commitbcb1bb379e8b888dc67494910ac9172c5cf32da6 (patch)
tree9ea87550fe4375f942c77ec5c12df1f33cf55134 /docs/ENVIRONMENT.md
parentvarlink: add "ssh:" transport (diff)
downloadsystemd-bcb1bb379e8b888dc67494910ac9172c5cf32da6.tar.xz
systemd-bcb1bb379e8b888dc67494910ac9172c5cf32da6.zip
sd-bus: also intrepret $SYSTEMD_SSH env var
To make things symmetric to the $SYSTEMD_SSH logic that the varlink transport supports, let's also honour such a variable in sd-bus when picking ssh transport.
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r--docs/ENVIRONMENT.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index e3daabe3bc..c96e6db85e 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -611,7 +611,8 @@ SYSTEMD_HOME_DEBUG_SUFFIX=foo \
to expose a single device only, since those identifiers better should be kept
unique.
-Tools using the Varlink protocol, such as `varlinkctl`:
+Tools using the Varlink protocol (such as `varlinkctl`) or sd-bus (such as
+`busctl`):
* `$SYSTEMD_SSH` – the ssh binary to invoke when the `ssh:` transport is
used. May be a filename (which is searched for in `$PATH`) or absolute path.