diff --git a/man/systemd-hostnamed.service.xml b/man/systemd-hostnamed.service.xml index 0e42f671c236c..4a63539ebd26a 100644 --- a/man/systemd-hostnamed.service.xml +++ b/man/systemd-hostnamed.service.xml @@ -51,7 +51,33 @@ - The static hostname is stored in /etc/hostname, see + The current hostname is set to the first available and valid option from the following list: + + static hostnames: + + The systemd.hostname= kernel parameter. + The /etc/hostname file. + + + transient hostnames: + + May be set and unset via the systemd-hostnamed.service + DBus API, to e.g. configure a hostname via DHCP. + + + default hostnames: + + The hostname= kernel parameter. + The $SYSTEMD_DEFAULT_HOSTNAME environment variable. + The DEFAULT_HOSTNAME= parameter in the + os-release5 file. + A fallback name specified at compile time. + + + + + The static hostname is stored in /etc/hostname or provided via the + systemd.hostname= kernel commandline parameter, see hostname5 for more information. The pretty hostname, chassis type, and icon name are stored in /etc/machine-info, see @@ -76,6 +102,7 @@ machine-info5, hostnamectl1, sethostname2 + os-release5