]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-hostnamed.service.xml
verify: use manager_load_startable_unit_or_warn() to load units for verification
[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
11
12 systemd is free software; you can redistribute it and/or modify it
13 under the terms of the GNU Lesser General Public License as published by
14 the Free Software Foundation; either version 2.1 of the License, or
15 (at your option) any later version.
16
17 systemd is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public License
23 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24-->
25
56ba3c78 26<refentry id="systemd-hostnamed.service" conditional='ENABLE_HOSTNAMED'>
29f4f511 27
798d3a52
ZJS
28 <refentryinfo>
29 <title>systemd-hostnamed.service</title>
30 <productname>systemd</productname>
31
32 <authorgroup>
33 <author>
34 <contrib>Developer</contrib>
35 <firstname>Lennart</firstname>
36 <surname>Poettering</surname>
37 <email>lennart@poettering.net</email>
38 </author>
39 </authorgroup>
40 </refentryinfo>
41
42 <refmeta>
43 <refentrytitle>systemd-hostnamed.service</refentrytitle>
44 <manvolnum>8</manvolnum>
45 </refmeta>
46
47 <refnamediv>
48 <refname>systemd-hostnamed.service</refname>
49 <refname>systemd-hostnamed</refname>
50 <refpurpose>Host name bus mechanism</refpurpose>
51 </refnamediv>
52
53 <refsynopsisdiv>
54 <para><filename>systemd-hostnamed.service</filename></para>
12b42c76 55 <para><filename>/usr/lib/systemd/systemd-hostnamed</filename></para>
798d3a52
ZJS
56 </refsynopsisdiv>
57
58 <refsect1>
59 <title>Description</title>
60
61 <para><filename>systemd-hostnamed</filename> is a system service
62 that may be used as a mechanism to change the system's hostname.
63 <filename>systemd-hostnamed</filename> is automatically activated
64 on request and terminates itself when it is unused.</para>
65
66 <para>The tool
67 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
68 is a command line client to this service.</para>
69
70 <para>See the <ulink
28a0ad81 71 url="https://www.freedesktop.org/wiki/Software/systemd/hostnamed">
798d3a52
ZJS
72 developer documentation</ulink> for information about the APIs
73 <filename>systemd-hostnamed</filename> provides.</para>
74 </refsect1>
75
76 <refsect1>
77 <title>See Also</title>
78 <para>
79 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
80 <citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
81 <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
82 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
83 <citerefentry><refentrytitle>sethostname</refentrytitle><manvolnum>2</manvolnum></citerefentry>
84 </para>
85 </refsect1>
29f4f511
LP
86
87</refentry>