]>
Commit | Line | Data |
---|---|---|
62ce6212 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"> |
62ce6212 LP |
4 | |
5 | <!-- | |
572eb058 | 6 | SPDX-License-Identifier: LGPL-2.1+ |
62ce6212 LP |
7 | --> |
8 | ||
56ba3c78 | 9 | <refentry id="systemd-localed.service" conditional='ENABLE_LOCALED'> |
62ce6212 | 10 | |
798d3a52 ZJS |
11 | <refentryinfo> |
12 | <title>systemd-localed.service</title> | |
13 | <productname>systemd</productname> | |
798d3a52 ZJS |
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> | |
12b42c76 | 29 | <para><filename>/usr/lib/systemd/systemd-localed</filename></para> |
798d3a52 ZJS |
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 | |
3ba3a79d | 43 | <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> |
798d3a52 ZJS |
44 | is a command line client to this service.</para> |
45 | ||
46 | <para>See the <ulink | |
28a0ad81 | 47 | url="https://www.freedesktop.org/wiki/Software/systemd/localed"> |
798d3a52 ZJS |
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>, | |
3ba3a79d | 56 | <citerefentry project='man-pages'><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, |
798d3a52 | 57 | <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, |
3ba3a79d ZJS |
58 | <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, |
59 | <citerefentry project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry> | |
798d3a52 ZJS |
60 | </para> |
61 | </refsect1> | |
62ce6212 LP |
62 | |
63 | </refentry> |