2018-01-26 16:15:35 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Apply settings from /etc/sysconfig/keyboard
|
|
|
|
After=basic.target
|
|
|
|
After=systemd-vconsole-setup.service
|
|
|
|
PartOf=systemd-vconsole-setup.service
|
2021-09-10 13:40:39 +00:00
|
|
|
ConditionPathExists=/etc/sysconfig/keyboard
|
2018-01-26 16:15:35 +00:00
|
|
|
ConditionPathExists=/dev/tty0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/sbin/kbdsettings
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|