]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-hostnamed.service.xml
Merge pull request #9302 from keszybz/drop-my-copyright-and-some-license-tags
[thirdparty/systemd.git] / man / systemd-hostnamed.service.xml
CommitLineData
29f4f511
LP
1<?xml version='1.0'?> <!--*-nxml-*-->
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
12b42c76 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
29f4f511
LP
4
5<!--
572eb058 6 SPDX-License-Identifier: LGPL-2.1+
29f4f511
LP
7-->
8
56ba3c78 9<refentry id="systemd-hostnamed.service" conditional='ENABLE_HOSTNAMED'>
29f4f511 10
798d3a52
ZJS
11 <refentryinfo>
12 <title>systemd-hostnamed.service</title>
13 <productname>systemd</productname>
14
15 <authorgroup>
16 <author>
17 <contrib>Developer</contrib>
18 <firstname>Lennart</firstname>
19 <surname>Poettering</surname>
20 <email>lennart@poettering.net</email>
21 </author>
22 </authorgroup>
23 </refentryinfo>
24
25 <refmeta>
26 <refentrytitle>systemd-hostnamed.service</refentrytitle>
27 <manvolnum>8</manvolnum>
28 </refmeta>
29
30 <refnamediv>
31 <refname>systemd-hostnamed.service</refname>
32 <refname>systemd-hostnamed</refname>
33 <refpurpose>Host name bus mechanism</refpurpose>
34 </refnamediv>
35
36 <refsynopsisdiv>
37 <para><filename>systemd-hostnamed.service</filename></para>
12b42c76 38 <para><filename>/usr/lib/systemd/systemd-hostnamed</filename></para>
798d3a52
ZJS
39 </refsynopsisdiv>
40
41 <refsect1>
42 <title>Description</title>
43
44 <para><filename>systemd-hostnamed</filename> is a system service
45 that may be used as a mechanism to change the system's hostname.
46 <filename>systemd-hostnamed</filename> is automatically activated
47 on request and terminates itself when it is unused.</para>
48
49 <para>The tool
50 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
51 is a command line client to this service.</para>
52
53 <para>See the <ulink
28a0ad81 54 url="https://www.freedesktop.org/wiki/Software/systemd/hostnamed">
798d3a52
ZJS
55 developer documentation</ulink> for information about the APIs
56 <filename>systemd-hostnamed</filename> provides.</para>
57 </refsect1>
58
59 <refsect1>
60 <title>See Also</title>
61 <para>
62 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
63 <citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
64 <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
65 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
66 <citerefentry><refentrytitle>sethostname</refentrytitle><manvolnum>2</manvolnum></citerefentry>
67 </para>
68 </refsect1>
29f4f511
LP
69
70</refentry>