]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-hostnamed.service.xml
tree-wide: drop license boilerplate
[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
ZJS
6 SPDX-License-Identifier: LGPL-2.1+
7
29f4f511
LP
8 This file is part of systemd.
9
10 Copyright 2012 Lennart Poettering
29f4f511
LP
11-->
12
56ba3c78 13<refentry id="systemd-hostnamed.service" conditional='ENABLE_HOSTNAMED'>
29f4f511 14
798d3a52
ZJS
15 <refentryinfo>
16 <title>systemd-hostnamed.service</title>
17 <productname>systemd</productname>
18
19 <authorgroup>
20 <author>
21 <contrib>Developer</contrib>
22 <firstname>Lennart</firstname>
23 <surname>Poettering</surname>
24 <email>lennart@poettering.net</email>
25 </author>
26 </authorgroup>
27 </refentryinfo>
28
29 <refmeta>
30 <refentrytitle>systemd-hostnamed.service</refentrytitle>
31 <manvolnum>8</manvolnum>
32 </refmeta>
33
34 <refnamediv>
35 <refname>systemd-hostnamed.service</refname>
36 <refname>systemd-hostnamed</refname>
37 <refpurpose>Host name bus mechanism</refpurpose>
38 </refnamediv>
39
40 <refsynopsisdiv>
41 <para><filename>systemd-hostnamed.service</filename></para>
12b42c76 42 <para><filename>/usr/lib/systemd/systemd-hostnamed</filename></para>
798d3a52
ZJS
43 </refsynopsisdiv>
44
45 <refsect1>
46 <title>Description</title>
47
48 <para><filename>systemd-hostnamed</filename> is a system service
49 that may be used as a mechanism to change the system's hostname.
50 <filename>systemd-hostnamed</filename> is automatically activated
51 on request and terminates itself when it is unused.</para>
52
53 <para>The tool
54 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
55 is a command line client to this service.</para>
56
57 <para>See the <ulink
28a0ad81 58 url="https://www.freedesktop.org/wiki/Software/systemd/hostnamed">
798d3a52
ZJS
59 developer documentation</ulink> for information about the APIs
60 <filename>systemd-hostnamed</filename> provides.</para>
61 </refsect1>
62
63 <refsect1>
64 <title>See Also</title>
65 <para>
66 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
67 <citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
68 <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
69 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
70 <citerefentry><refentrytitle>sethostname</refentrytitle><manvolnum>2</manvolnum></citerefentry>
71 </para>
72 </refsect1>
29f4f511
LP
73
74</refentry>