]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-localed.service.xml
Merge pull request #11621 from yuwata/man-ref-systemd-system-conf
[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 </refentryinfo>
15
16 <refmeta>
17 <refentrytitle>systemd-localed.service</refentrytitle>
18 <manvolnum>8</manvolnum>
19 </refmeta>
20
21 <refnamediv>
22 <refname>systemd-localed.service</refname>
23 <refname>systemd-localed</refname>
24 <refpurpose>Locale bus mechanism</refpurpose>
25 </refnamediv>
26
27 <refsynopsisdiv>
28 <para><filename>systemd-localed.service</filename></para>
29 <para><filename>/usr/lib/systemd/systemd-localed</filename></para>
30 </refsynopsisdiv>
31
32 <refsect1>
33 <title>Description</title>
34
35 <para><filename>systemd-localed</filename> is a system service
36 that may be used as mechanism to change the system locale
37 settings, as well as the console key mapping and default X11 key
38 mapping. <filename>systemd-localed</filename> is automatically
39 activated on request and terminates itself when it is
40 unused.</para>
41
42 <para>The tool
43 <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
44 is a command line client to this service.</para>
45
46 <para>See the <ulink
47 url="https://www.freedesktop.org/wiki/Software/systemd/localed">
48 developer documentation</ulink> for information about the APIs
49 <filename>systemd-localed</filename> provides.</para>
50 </refsect1>
51
52 <refsect1>
53 <title>See Also</title>
54 <para>
55 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
56 <citerefentry project='man-pages'><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
57 <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
58 <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
59 <citerefentry project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry>
60 </para>
61 </refsect1>
62
63 </refentry>