]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-hostnamed.service.xml
travis: use UBSan checks from OSS-Fuzz
[thirdparty/systemd.git] / man / systemd-hostnamed.service.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
5
6 <refentry id="systemd-hostnamed.service" conditional='ENABLE_HOSTNAMED'>
7
8 <refentryinfo>
9 <title>systemd-hostnamed.service</title>
10 <productname>systemd</productname>
11 </refentryinfo>
12
13 <refmeta>
14 <refentrytitle>systemd-hostnamed.service</refentrytitle>
15 <manvolnum>8</manvolnum>
16 </refmeta>
17
18 <refnamediv>
19 <refname>systemd-hostnamed.service</refname>
20 <refname>systemd-hostnamed</refname>
21 <refpurpose>Host name bus mechanism</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <para><filename>systemd-hostnamed.service</filename></para>
26 <para><filename>/usr/lib/systemd/systemd-hostnamed</filename></para>
27 </refsynopsisdiv>
28
29 <refsect1>
30 <title>Description</title>
31
32 <para><filename>systemd-hostnamed</filename> is a system service
33 that may be used as a mechanism to change the system's hostname.
34 <filename>systemd-hostnamed</filename> is automatically activated
35 on request and terminates itself when it is unused.</para>
36
37 <para>The tool
38 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
39 is a command line client to this service.</para>
40
41 <para>See the <ulink
42 url="https://www.freedesktop.org/wiki/Software/systemd/hostnamed">
43 developer documentation</ulink> for information about the APIs
44 <filename>systemd-hostnamed</filename> provides.</para>
45 </refsect1>
46
47 <refsect1>
48 <title>See Also</title>
49 <para>
50 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
51 <citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
52 <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
53 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
54 <citerefentry><refentrytitle>sethostname</refentrytitle><manvolnum>2</manvolnum></citerefentry>
55 </para>
56 </refsect1>
57
58 </refentry>