diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-04-25 10:57:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-06-27 10:52:23 +0200 |
commit | ab89c6d162977c23c95655b28c6b49400e636688 (patch) | |
tree | 8ec62ab6ed202b124bde08ba0fc358bfe72f35d4 /docs | |
parent | varlink: add helper that adds a connection via stdio to a varlink server (diff) | |
download | systemd-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.md | 3 |
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`: |