Files
linux-debian/etc/systemd/system/sysinit.target.wants/keyboard-setup.service

15 lines
287 B
SYSTEMD
Raw Normal View History

2025-10-02 10:24:06 +02:00
[Unit]
Description=Set the console keyboard layout
DefaultDependencies=no
Before=local-fs-pre.target
Wants=local-fs-pre.target
ConditionPathExists=/bin/setupcon
[Service]
Type=oneshot
ExecStart=/lib/console-setup/keyboard-setup.sh
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target