diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml
index e048258621..f2da2a7b77 100644
--- a/man/systemd-vconsole-setup.service.xml
+++ b/man/systemd-vconsole-setup.service.xml
@@ -43,23 +43,35 @@
systemd-vconsole-setup.service
systemd-vconsole-setup
- Configure the virtual console at boot
+ Configure the virtual consoles
systemd-vconsole-setup.service
- /usr/lib/systemd/systemd-vconsole-setup
+
+ /usr/lib/systemd/systemd-vconsole-setup
+ TTY
+
Description
- systemd-vconsole-setup.service is an
- early boot service that configures the virtual console font and
- console keymap. Internally it calls
- loadkeys1
- and
- setfont8.
+ systemd-vconsole-setup is a helper used to prepare either all virtual consoles, or — if
+ the optional TTY parameter is provided — a specific one. When the system is booting up
+ it's called by udev during vtconsole subsystem initialization.
+ Systemd also calls it internally as needed via
+ systemd-vconsole-setup.service. The helper calls
+ loadkeys1 and
+ setfont8
+ internally.
+
+
+
+ You may want to use this helper whenever you change vconsole.conf to
+ refresh the settings on your consoles — either through the systemctl restart /
+ systemctl start command or directly through the executable.
+
See
vconsole.conf5