diff options
author | Alex Xu <351006+Hello71@users.noreply.github.com> | 2021-07-29 17:05:27 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-08-13 13:13:14 -0500 |
commit | 1e975be89670f53db47aeef3dbb3361166517c26 (patch) | |
tree | 98fe28d340e660194aee32a9d6ddaa84eef55059 /conf.d | |
parent | 18e53f7fed1a92dd6dc91e79ab620d22fee1e195 (diff) |
conf.d/hostname: clarify hostname variable usage
https://gitlab.alpinelinux.org/alpine/aports/-/issues/9744
This fixes #433.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/hostname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/hostname b/conf.d/hostname index ebdc8f1b..afb8bf57 100644 --- a/conf.d/hostname +++ b/conf.d/hostname @@ -1,2 +1,2 @@ -# Set to the hostname of this machine +# Hostname fallback if /etc/hostname does not exist hostname="localhost" |