16 lines
345 B
Desktop File
16 lines
345 B
Desktop File
[Unit]
|
|
Description=Apply settings from /etc/sysconfig/keyboard
|
|
After=basic.target
|
|
After=systemd-vconsole-setup.service
|
|
PartOf=systemd-vconsole-setup.service
|
|
ConditionPathExists=/etc/sysconfig/keyboard
|
|
ConditionPathExists=/dev/tty0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/kbdsettings
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|