etc/systemd
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user