Created attachment 754940 [details] debug log of kbdsettings.service (In reply to Stanislav Brabec from comment #30) > The testing repository implementing new kbdsettings.service into kbd: > https://build.opensuse.org/project/show/home:sbrabec:branches:kbd-numlock > (OBS looks broken just now (unresolvables in all repos), you have to wait > for the build.) > > Thomas Blume: I added Type=oneshot to kbdsettings.service Thanks Stanislav, the service is disabled after installation. I had to enable it manually. If this is not intended, you might want to add a preset for it. After enabling the service, the kbdsettings script seems to run correctly (see attached debug log of kbdsetting.service). Still, when I log into a console afterwards I get a different result, e.g.: --> # grep LOCK /etc/sysconfig/keyboard KBD_NUMLOCK="bios" KBD_SCRLOCK="yes" KBD_CAPSLOCK="yes" # Disable CAPS LOCK and make it a normal Shift key? KBD_DISABLE_CAPS_LOCK="no" # setleds Current default flags: NumLock off CapsLock on ScrollLock on Current flags: NumLock off CapsLock on ScrollLock off Current leds: NumLock off CapsLock on ScrollLock off --< Any idea why ScrollLock is off even though it was set correctly at boot time?