aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-bsp/keymaps/keymaps/keymaps.service
blob: 414ad0cf00ed068f93c7efd4f28e30ed233fd782 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Loads custom keymap if available
ConditionPathExists=/etc/keymap-2.6.map

[Service]
ExecStart=/usr/bin/loadkeys /etc/keymap-2.6.map

[Install]
WantedBy=multi-user.target