summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-04-25 10:57:56 +0200
committerLennart Poettering <lennart@poettering.net>2024-06-27 10:52:23 +0200
commitab89c6d162977c23c95655b28c6b49400e636688 (patch)
tree8ec62ab6ed202b124bde08ba0fc358bfe72f35d4 /docs
parentvarlink: add helper that adds a connection via stdio to a varlink server (diff)
downloadsystemd-ab89c6d162977c23c95655b28c6b49400e636688.tar.xz
systemd-ab89c6d162977c23c95655b28c6b49400e636688.zip
varlink: if $SYSTEMD_VARLINK_LISTEN is set to "-", listen on stdio
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index d44e91b973..7d712c0990 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -686,7 +686,8 @@ Tools using the Varlink protocol (such as `varlinkctl`) or sd-bus (such as
* `$SYSTEMD_VARLINK_LISTEN` – interpreted by some tools that provide a Varlink
service. Takes a file system path: if specified the tool will listen on an
`AF_UNIX` stream socket on the specified path in addition to whatever else it
- would listen on.
+ would listen on. If set to "-" the tool will turn stdin/stdout into a Varlink
+ connection.
`systemd-mountfsd`: