1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
'\" t
.TH "SYSTEMD\-HOSTNAMED\&.SERVICE" "8" "" "systemd 241" "systemd-hostnamed.service"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-hostnamed.service, systemd-hostnamed \- Host name bus mechanism
.SH "SYNOPSIS"
.PP
systemd\-hostnamed\&.service
.PP
/usr/lib/systemd/systemd\-hostnamed
.SH "DESCRIPTION"
.PP
systemd\-hostnamed
is a system service that may be used as a mechanism to change the system\*(Aqs hostname\&.
systemd\-hostnamed
is automatically activated on request and terminates itself when it is unused\&.
.PP
The tool
\fBhostnamectl\fR(1)
is a command line client to this service\&.
.PP
See the
\m[blue]\fBdeveloper documentation\fR\m[]\&\s-2\u[1]\d\s+2
for information about the APIs
systemd\-hostnamed
provides\&.
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1),
\fBhostname\fR(5),
\fBmachine-info\fR(5),
\fBhostnamectl\fR(1),
\fBsethostname\fR(2)
.SH "NOTES"
.IP " 1." 4
developer documentation
.RS 4
\%https://www.freedesktop.org/wiki/Software/systemd/hostnamed
.RE
|