]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-localed.service.xml
tree-wide: drop 'This file is part of systemd' blurb
[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 Copyright 2012 Lennart Poettering
9 -->
10
11 <refentry id="systemd-localed.service" conditional='ENABLE_LOCALED'>
12
13 <refentryinfo>
14 <title>systemd-localed.service</title>
15 <productname>systemd</productname>
16
17 <authorgroup>
18 <author>
19 <contrib>Developer</contrib>
20 <firstname>Lennart</firstname>
21 <surname>Poettering</surname>
22 <email>lennart@poettering.net</email>
23 </author>
24 </authorgroup>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>systemd-localed.service</refentrytitle>
29 <manvolnum>8</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>systemd-localed.service</refname>
34 <refname>systemd-localed</refname>
35 <refpurpose>Locale bus mechanism</refpurpose>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <para><filename>systemd-localed.service</filename></para>
40 <para><filename>/usr/lib/systemd/systemd-localed</filename></para>
41 </refsynopsisdiv>
42
43 <refsect1>
44 <title>Description</title>
45
46 <para><filename>systemd-localed</filename> is a system service
47 that may be used as mechanism to change the system locale
48 settings, as well as the console key mapping and default X11 key
49 mapping. <filename>systemd-localed</filename> is automatically
50 activated on request and terminates itself when it is
51 unused.</para>
52
53 <para>The tool
54 <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
55 is a command line client to this service.</para>
56
57 <para>See the <ulink
58 url="https://www.freedesktop.org/wiki/Software/systemd/localed">
59 developer documentation</ulink> for information about the APIs
60 <filename>systemd-localed</filename> provides.</para>
61 </refsect1>
62
63 <refsect1>
64 <title>See Also</title>
65 <para>
66 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
67 <citerefentry project='man-pages'><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
68 <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
69 <citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
70 <citerefentry project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry>
71 </para>
72 </refsect1>
73
74 </refentry>