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