]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-vconsole-setup.service.xml
doc: document the `architecture` setting
[thirdparty/systemd.git] / man / systemd-vconsole-setup.service.xml
CommitLineData
4aa6e778
LP
1<?xml version="1.0"?>
2<!--*-nxml-*-->
12b42c76 3<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4aa6e778 4<!--
572eb058 5 SPDX-License-Identifier: LGPL-2.1+
4aa6e778 6-->
56ba3c78 7<refentry id="systemd-vconsole-setup.service" conditional='ENABLE_VCONSOLE'>
4aa6e778 8
798d3a52
ZJS
9 <refentryinfo>
10 <title>systemd-vconsole-setup.service</title>
11 <productname>systemd</productname>
798d3a52
ZJS
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>systemd-vconsole-setup.service</refentrytitle>
16 <manvolnum>8</manvolnum>
17 </refmeta>
18
19 <refnamediv>
20 <refname>systemd-vconsole-setup.service</refname>
21 <refname>systemd-vconsole-setup</refname>
808b95ef 22 <refpurpose>Configure the virtual consoles</refpurpose>
798d3a52
ZJS
23 </refnamediv>
24
25 <refsynopsisdiv>
26 <para><filename>systemd-vconsole-setup.service</filename></para>
808b95ef
MS
27 <cmdsynopsis>
28 <command>/usr/lib/systemd/systemd-vconsole-setup</command>
29 <arg choice="opt">TTY</arg>
30 </cmdsynopsis>
798d3a52
ZJS
31 </refsynopsisdiv>
32
33 <refsect1>
34 <title>Description</title>
35
49b625ed
LP
36 <para><filename>systemd-vconsole-setup</filename> sets up and configures either all virtual consoles, or — if the
37 optional <replaceable>TTY</replaceable> parameter is provided — a specific one. When the system is booting up it's
38 called by <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry> during
39 VT console subsystem initialization. Also,
40 <citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> invokes
41 it as needed when language or console changes are made. Internally, this program calls <citerefentry
42 project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry> and <citerefentry
43 project='die-net'><refentrytitle>setfont</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
808b95ef
MS
44 </para>
45
49b625ed
LP
46 <para>Execute <command>systemctl restart systemd-vconsole-setup.service</command> in order to apply any manual
47 changes made to <filename>/etc/vconsole.conf</filename>.</para>
798d3a52 48
49b625ed
LP
49 <para>See <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
50 information about the configuration files and kernel command line options understood by this program.</para>
798d3a52
ZJS
51 </refsect1>
52
53 <refsect1>
54 <title>See Also</title>
55 <para>
56 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
57 <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
3ba3a79d
ZJS
58 <citerefentry project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
59 <citerefentry project='die-net'><refentrytitle>setfont</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
798d3a52
ZJS
60 <citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
61 </para>
62 </refsect1>
4aa6e778
LP
63
64</refentry>