diff options
author | Jacek Migacz <jmigacz@redhat.com> | 2022-08-22 18:24:29 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-08-26 04:19:17 +0200 |
commit | d896260958c78ecf1310ea2483c68efefb7842d6 (patch) | |
tree | e0f06215ff7715f7a1cb0a9880ee7a0a3fee5af8 /docs | |
parent | sleep: freeze and thaw user.slice to save resource while suspend (diff) | |
download | systemd-d896260958c78ecf1310ea2483c68efefb7842d6.tar.xz systemd-d896260958c78ecf1310ea2483c68efefb7842d6.zip |
resolve: control system hostname synthesis via environment variable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ENVIRONMENT.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index fc173289d9..e5afafbe10 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -286,6 +286,11 @@ All tools: the installed ones. By default non-UTF-8 locales are suppressed from the selection, since we are living in the 21st century. +`systemd-resolved`: + +* `$SYSTEMD_RESOLVED_SYNTHESIZE_HOSTNAME` — if set to "0", `systemd-resolved` + won't synthesize system hostname on both regular and reverse lookups. + `systemd-sysext`: * `$SYSTEMD_SYSEXT_HIERARCHIES` — this variable may be used to override which |