aboutsummaryrefslogtreecommitdiff
path: root/conf.d/hostname
diff options
context:
space:
mode:
authorAlex Xu <351006+Hello71@users.noreply.github.com>2021-07-29 17:05:27 +0000
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-08-13 13:13:14 -0500
commit1e975be89670f53db47aeef3dbb3361166517c26 (patch)
tree98fe28d340e660194aee32a9d6ddaa84eef55059 /conf.d/hostname
parent18e53f7fed1a92dd6dc91e79ab620d22fee1e195 (diff)
conf.d/hostname: clarify hostname variable usage
https://gitlab.alpinelinux.org/alpine/aports/-/issues/9744 This fixes #433.
Diffstat (limited to 'conf.d/hostname')
-rw-r--r--conf.d/hostname2
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"