]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-localed.service.xml
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / man / systemd-localed.service.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 SPDX-License-Identifier: LGPL-2.1+
7 -->
8
9 <refentry id="systemd-localed.service" conditional='ENABLE_LOCALED'>
10
11 <refentryinfo>
12 <title>systemd-localed.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-localed.service</refentrytitle>
27 <manvolnum>8</manvolnum>
28 </refmeta>
29
30 <refnamediv>
31 <refname>systemd-localed.service</refname>
32 <refname>systemd-localed</refname>
33 <refpurpose>Locale bus mechanism</refpurpose>
34 </refnamediv>
35
36 <refsynopsisdiv>
37 <para><filename>systemd-localed.service</filename></para>
38 <para><filename>/usr/lib/systemd/systemd-localed</filename></para>
39 </refsynopsisdiv>
40
41 <refsect1>
42 <title>Description</title>
43
44 <para><filename>systemd-localed</filename> is a system service
45 that may be used as mechanism to change the system locale
46 settings, as well as the console key mapping and default X11 key
47 mapping. <filename>systemd-localed</filename> is automatically
48 activated on request and terminates itself when it is
49 unused.</para>
50
51 <para>The tool
52 <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
53 is a command line client to this service.</para>
54
55 <para>See the <ulink
56 url="https://www.freedesktop.org/wiki/Software/systemd/localed">
57 developer documentation</ulink> for information about the APIs
58 <filename>systemd-localed</filename> provides.</para>
59 </refsect1>
60
61 <refsect1>
62 <title>See Also</title>
63 <para>
64 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
65 <citerefentry project='man-pages'><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
66 <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
67 <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
68 <citerefentry project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry>
69 </para>
70 </refsect1>
71
72 </refentry>