]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-vconsole-setup.service.xml
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / man / systemd-vconsole-setup.service.xml
1 <?xml version="1.0"?>
2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!--
5 SPDX-License-Identifier: LGPL-2.1+
6
7 This file is part of systemd.
8
9 Copyright 2012 Lennart Poettering
10 -->
11 <refentry id="systemd-vconsole-setup.service" conditional='ENABLE_VCONSOLE'>
12
13 <refentryinfo>
14 <title>systemd-vconsole-setup.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-vconsole-setup.service</refentrytitle>
29 <manvolnum>8</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>systemd-vconsole-setup.service</refname>
34 <refname>systemd-vconsole-setup</refname>
35 <refpurpose>Configure the virtual consoles</refpurpose>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <para><filename>systemd-vconsole-setup.service</filename></para>
40 <cmdsynopsis>
41 <command>/usr/lib/systemd/systemd-vconsole-setup</command>
42 <arg choice="opt">TTY</arg>
43 </cmdsynopsis>
44 </refsynopsisdiv>
45
46 <refsect1>
47 <title>Description</title>
48
49 <para><filename>systemd-vconsole-setup</filename> sets up and configures either all virtual consoles, or — if the
50 optional <replaceable>TTY</replaceable> parameter is provided — a specific one. When the system is booting up it's
51 called by <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry> during
52 VT console subsystem initialization. Also,
53 <citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> invokes
54 it as needed when language or console changes are made. Internally, this program calls <citerefentry
55 project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry> and <citerefentry
56 project='die-net'><refentrytitle>setfont</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
57 </para>
58
59 <para>Execute <command>systemctl restart systemd-vconsole-setup.service</command> in order to apply any manual
60 changes made to <filename>/etc/vconsole.conf</filename>.</para>
61
62 <para>See <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
63 information about the configuration files and kernel command line options understood by this program.</para>
64 </refsect1>
65
66 <refsect1>
67 <title>See Also</title>
68 <para>
69 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
70 <citerefentry><refentrytitle>vconsole.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
71 <citerefentry project='mankier'><refentrytitle>loadkeys</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
72 <citerefentry project='die-net'><refentrytitle>setfont</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
73 <citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
74 </para>
75 </refsect1>
76
77 </refentry>